Skip to content

Commit 9503b91

Browse files
authored
feat(create_dart_frog): upgrade to Dart 2.18 and Very Good Analysis 3.1.0 (#329)
1 parent 283c343 commit 9503b91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bricks/create_dart_frog/__brick__/analysis_options.yaml

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.0.1.yaml
1+
include: package:very_good_analysis/analysis_options.3.1.0.yaml
22
analyzer:
33
exclude:
44
- build/**

bricks/create_dart_frog/__brick__/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ version: 1.0.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.17.0 <3.0.0"
7+
sdk: ">=2.18.0 <3.0.0"
88

99
dependencies:
1010
dart_frog: ^0.1.0
1111

1212
dev_dependencies:
1313
mocktail: ^0.3.0
1414
test: ^1.19.2
15-
very_good_analysis: ^3.0.1
15+
very_good_analysis: ^3.1.0

0 commit comments

Comments
 (0)