Skip to content

Commit 7f50a1a

Browse files
chore(deps): bump very_good_analysis from 4.0.0+1 to 6.0.0 in /example (#73)
* chore(deps): bump very_good_analysis from 4.0.0+1 to 6.0.0 in /example Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 4.0.0+1 to 6.0.0. - [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases) - [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md) - [Commits](VeryGoodOpenSource/very_good_analysis@v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: very_good_analysis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * analysis update --------- 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 caa4b42 commit 7f50a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/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.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.6.0.0.yaml
22
analyzer:
33
exclude: ["lib/r13n/arb/gen/*.g.dart"]
44
linter:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
very_good_analysis: ^4.0.0
17+
very_good_analysis: ^6.0.0
1818

1919
flutter:
2020
uses-material-design: true

0 commit comments

Comments
 (0)