Skip to content

Commit

Permalink
update analyzer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Oct 8, 2024
1 parent 3daf706 commit b4d91ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
sdk: ^3.5.0

dependencies:
analyzer: '>=6.7.0 <7.0.0'
analyzer: ^6.9.0
async: ^2.5.0
build: ^2.0.0
collection: ^1.17.0
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
dev_dependencies:
_test_common:
path: ../_test_common
analyzer: '>=5.2.0 <7.0.0'
analyzer: ^6.9.0
build_runner: ^2.0.0
build_test: ^2.0.0
json_serializable: ^6.0.0
Expand Down

0 comments on commit b4d91ee

Please sign in to comment.