Skip to content

Commit 332fa47

Browse files
authored
refactor(dart_frog_cli): upgrade to Dart 2.19 and Very Good Analysis 4.0.0 (#504)
1 parent 4373bb0 commit 332fa47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.3.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.4.0.0.yaml
22
analyzer:
33
exclude:
44
- lib/src/version.dart

packages/dart_frog_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
88

99
environment:
10-
sdk: ">=2.18.0 <3.0.0"
10+
sdk: ">=2.19.0 <3.0.0"
1111

1212
dependencies:
1313
args: ^2.1.0
@@ -26,7 +26,7 @@ dev_dependencies:
2626
build_version: ^2.0.0
2727
mocktail: ^0.3.0
2828
test: ^1.19.2
29-
very_good_analysis: ^3.1.0
29+
very_good_analysis: ^4.0.0
3030

3131
executables:
3232
dart_frog:

0 commit comments

Comments
 (0)