Skip to content

Commit 5165bbe

Browse files
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /examples/counter (#1420)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <[email protected]>
1 parent 9f48f2d commit 5165bbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

examples/counter/pubspec.yaml

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

66
environment:
7-
sdk: ">=3.1.0 <4.0.0"
7+
sdk: ">=3.4.0 <4.0.0"
88

99
dependencies:
1010
dart_frog: ^1.0.0
@@ -13,4 +13,4 @@ dev_dependencies:
1313
http: ^1.0.0
1414
mocktail: ^1.0.0
1515
test: ^1.25.0
16-
very_good_analysis: ^5.1.0
16+
very_good_analysis: ^6.0.0

0 commit comments

Comments
 (0)