File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.5.0
2
+
3
+ * Switch to ` build ` 3.0.0.
4
+ * Require Dart SDK ^3.7.0.
5
+
1
6
## 5.5.0-dev
2
7
3
8
* Switch to ` build ` 3.0.0-dev.
Original file line number Diff line number Diff line change 1
1
name : mockito
2
- version : 5.5.0-dev
2
+ version : 5.5.0
3
3
description : >-
4
4
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
5
5
behavior verification, and stubbing.
@@ -14,19 +14,19 @@ environment:
14
14
15
15
dependencies :
16
16
analyzer : ' >=7.5.5 <8.0.0'
17
- build : ^3.0.0-dev
17
+ build : ^3.0.0
18
18
code_builder : ^4.5.0
19
19
collection : ^1.19.0
20
20
dart_style : ' >=2.3.7 <4.0.0'
21
21
matcher : ^0.12.16
22
22
meta : ^1.15.0
23
23
path : ^1.9.0
24
- source_gen : ^3.0.0-dev
24
+ source_gen : ^3.0.0
25
25
test_api : " >=0.6.1 <0.8.0"
26
26
27
27
dev_dependencies :
28
28
build_runner : ^2.5.0
29
- build_test : ^3.3.0-dev.2
29
+ build_test : ^3.3.0
30
30
build_web_compilers : ^4.2.0
31
31
http : ^1.0.0
32
32
lints : ^5.1.0
You can’t perform that action at this time.
0 commit comments