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
…/web_socket_counter (#1425)

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 86cdab8 commit 9f48f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/web_socket_counter/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/web_socket_counter/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:
broadcast_bloc: ^0.1.0-dev.1
Expand All @@ -16,5 +16,5 @@ dev_dependencies:
http: ^1.2.1
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^5.1.0
very_good_analysis: ^6.0.0
web_socket_client: ^0.1.0-dev.1

0 comments on commit 9f48f2d

Please sign in to comment.