Skip to content

Commit

Permalink
feat(very_good_dart_cli)!: update to Dart 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 20, 2024
1 parent 27084a6 commit 499e98f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/very_good_dart_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
dart-version:
# The minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.1.0"
- "stable"
- "3.3.0"
- "3.x"

steps:
- name: 📚 Git Checkout
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.1.0 <4.0.0"
sdk: "^3.3.0"

dependencies:
args: ^2.4.2
Expand All @@ -13,11 +13,11 @@ dependencies:
pub_updater: ^0.4.0

dev_dependencies:
build_runner: ^2.4.4
build_runner: ^2.4.8
build_verify: ^3.1.0
build_version: ^2.1.1
mocktail: ^1.0.0
test: ^1.24.6
mocktail: ^1.0.3
test: ^1.25.2
very_good_analysis: ^5.1.0

executables:
Expand Down
10 changes: 5 additions & 5 deletions very_good_dart_cli/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: very_good_dart_cli_hooks

environment:
sdk: "^3.1.0"
sdk: "^3.3.0"

dependencies:
mason: ">=0.1.0-dev.51 <0.1.0"
meta: ^1.11.0
mason: ">=0.1.0-dev.52 <0.1.0"
meta: ^1.12.0

dev_dependencies:
mocktail: ^1.0.0
test: ^1.19.2
mocktail: ^1.0.3
test: ^1.25.2
very_good_analysis: ^5.1.0

0 comments on commit 499e98f

Please sign in to comment.