Skip to content

Commit 9f40189

Browse files
Ilya Yanokcopybara-github
authored andcommitted
Require analyzer 5.12.0
There was a recent change that added usage of the new `InvalidType` to Mockito codegen, but it only appears in analyzer 5.12. Fixes #656 PiperOrigin-RevId: 544605763
1 parent 974226e commit 9f40189

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.4.3-wip
2+
3+
* Require analyzer 5.12.0.
4+
15
## 5.4.2
26

37
* Require code_builder 4.5.0.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const packageVersion = '5.4.2';
1+
const packageVersion = '5.4.3-wip';

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.4.2
2+
version: 5.4.3-wip
33
description: >-
44
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
55
behavior verification, and stubbing.
@@ -9,7 +9,7 @@ environment:
99
sdk: '>=2.19.0 <4.0.0'
1010

1111
dependencies:
12-
analyzer: '>=5.11.0 <6.0.0'
12+
analyzer: '>=5.12.0 <6.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)