We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b360b94 commit 787ee37Copy full SHA for 787ee37
builder_pkgs/mockito/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.6.3
2
+
3
+* Allow `analyzer: >=8.1.0 <11.0.0`.
4
5
## 5.6.2
6
7
* Avoid exceptions from equality operators when comparing query arguments to
builder_pkgs/mockito/pubspec.yaml
@@ -1,5 +1,5 @@
name: mockito
-version: 5.6.2
+version: 5.6.3
description: >-
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
behavior verification, and stubbing.
@@ -13,7 +13,7 @@ environment:
13
sdk: ^3.7.0
14
15
dependencies:
16
- analyzer: '>=8.1.1 <10.0.0'
+ analyzer: '>=8.1.1 <11.0.0'
17
build: '>=3.0.0 <5.0.0'
18
code_builder: ^4.5.0
19
collection: ^1.19.0
0 commit comments