Skip to content

Commit

Permalink
Allow analyzer ^7.0.0 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Dec 2, 2024
1 parent a5f9e21 commit 77441b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ are included, some of them breaking:
intended to be extended or implemented. They are now all marked `final` to
make that intention explicit.

* Require `package:analyzer` `>=6.5.0 <8.0.0`.

## 2.3.7

* Allow passing a language version to `DartFomatter()`. Formatted code will be
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
sdk: "^3.4.0"

dependencies:
analyzer: '^6.5.0'
analyzer: ">=6.5.0 <8.0.0"
args: ">=1.0.0 <3.0.0"
collection: "^1.17.0"
package_config: ^2.1.0
Expand Down

0 comments on commit 77441b6

Please sign in to comment.