Skip to content

Commit ff79de6

Browse files
nateboschcopybara-github
authored andcommitted
Allow the latest package:analyzer
Closes #681 PiperOrigin-RevId: 553733481
1 parent b421775 commit ff79de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 5.4.3-wip
22

3-
* Require analyzer 5.12.0.
3+
* Require analyzer 5.12.0, allow analyzer version 6.x;
44
* Add example of writing a class to mock function objects.
55

66
## 5.4.2

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
sdk: '>=2.19.0 <4.0.0'
1010

1111
dependencies:
12-
analyzer: '>=5.12.0 <6.0.0'
12+
analyzer: '>=5.12.0 <7.0.0'
1313
build: '>=1.3.0 <3.0.0'
1414
code_builder: ^4.5.0
1515
collection: ^1.15.0

0 commit comments

Comments
 (0)