Skip to content

Commit

Permalink
Raise Dart SDK min from 2.12+ to 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent f6f439a commit a236eee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snapshots/input/basic-project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dart_test
version: 1.0.0

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: '>=2.19.0 <3.0.0'

dependencies:
test: ^1.24.3
2 changes: 1 addition & 1 deletion snapshots/input/diagnostics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: dart_test_diagnostics
version: 1.0.0

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: '>=2.19.0 <3.0.0'
dependencies:
lints: ^2.0.1
2 changes: 1 addition & 1 deletion snapshots/input/staging-project/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: dart_test
version: 1.0.0

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: '>=2.19.0 <3.0.0'

0 comments on commit a236eee

Please sign in to comment.