Skip to content

Commit

Permalink
chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /examples…
Browse files Browse the repository at this point in the history
…/kitchen_sink (#1426)

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]>
  • Loading branch information
dependabot[bot] and tomarra authored Jul 2, 2024
1 parent 16c8c77 commit 86cdab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/kitchen_sink/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include: package:very_good_analysis/analysis_options.5.1.0.yaml
include: package:very_good_analysis/analysis_options.6.0.0.yaml
analyzer:
exclude:
- build/**
Expand Down
4 changes: 2 additions & 2 deletions examples/kitchen_sink/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
dart_frog: ^1.0.0
Expand All @@ -13,4 +13,4 @@ dev_dependencies:
http: ^1.0.0
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^5.1.0
very_good_analysis: ^6.0.0

0 comments on commit 86cdab8

Please sign in to comment.