Skip to content

Commit

Permalink
Upgrade analyzer dependency to > 6.0.0. (#48)
Browse files Browse the repository at this point in the history
* Upgrade analyzer dependency to > 6.0.0.

* changelog
  • Loading branch information
kenzieschmoll authored Jan 6, 2025
1 parent 7d89107 commit 62c7b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0

- Upgrade the `analyzer` dependency to `^6.0.0`.

## 1.0.1

- Upgrade to newer analyzer.
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:
flutter: ">=1.16.0"

dependencies:
analyzer: ">=5.1.0 <6.0.0"
analyzer: ^6.0.0
build: ^2.3.1
flutter:
sdk: flutter
Expand Down

0 comments on commit 62c7b70

Please sign in to comment.