Skip to content

Commit 1bdd57a

Browse files
committed
Allow analyzer 9.
1 parent 85c2e47 commit 1bdd57a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.6.1
2+
3+
* Allow `analyzer: >=8.1.0 <10.0.0`.
4+
15
## 5.6.0
26

37
* Add dummy values for `RegExp` and `MapEntry`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
sdk: ^3.7.0
1414

1515
dependencies:
16-
analyzer: ^8.1.1
16+
analyzer: '>=8.1.1 <10.0.0'
1717
build: '>=3.0.0 <5.0.0'
1818
code_builder: ^4.5.0
1919
collection: ^1.19.0

0 commit comments

Comments
 (0)