Skip to content

Commit ba6db77

Browse files
chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /example (#82)
* chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /example Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 6.0.0 to 7.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@v6.0.0...v7.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]> * analyzer update * force 7.0.0 --------- 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 bb623cc commit ba6db77

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.6.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.7.0.0.yaml
22
linter:
33
rules:
44
public_member_api_docs: false

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev_dependencies:
2121
mockingjay:
2222
path: ../
2323
mocktail: ^1.0.4
24-
very_good_analysis: ^6.0.0
24+
very_good_analysis: ^7.0.0
2525

2626
flutter:
2727
uses-material-design: true

0 commit comments

Comments
 (0)