Skip to content

Commit

Permalink
chore(very_good_dart_cli): ensure template uses Dart 3.4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored May 23, 2024
1 parent 1dcd522 commit 9b70f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_dart_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dart-version:
# The minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.3.0"
- "3.4.0"
- "stable"

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: "^3.3.0"
sdk: ^3.4.0

dependencies:
args: ^2.4.2
Expand Down
2 changes: 1 addition & 1 deletion very_good_dart_cli/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_dart_cli_hooks

environment:
sdk: "^3.3.0"
sdk: ^3.4.0

dependencies:
mason: ">=0.1.0-dev.52 <0.1.0"
Expand Down

0 comments on commit 9b70f49

Please sign in to comment.