Skip to content

Commit 859e3c5

Browse files
authored
Allow analyzer 9. (#836)
1 parent 85c2e47 commit 859e3c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mockito
2-
version: 5.6.0
2+
version: 5.6.1
33
description: >-
44
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
55
behavior verification, and stubbing.
@@ -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)