Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 33c0af4

Browse files
committed
chore: set min mocktail version to ^0.3.0 (#731)
1 parent b3bd2ab commit 33c0af4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* feat: add static code diagnostic `avoid-collection-methods-with-unrelated-types`
66
* fix: added parameter constant check in `avoid-border-all`.
7+
* chore: set min `mocktail` version to `^0.3.0`.
78

89
## 4.11.0
910

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev_dependencies:
2828
coverage: ^1.0.2
2929
intl: ^0.17.0
3030
lints: ^1.0.1
31-
mocktail: ^0.2.0
31+
mocktail: ^0.3.0
3232
test: ^1.16.8
3333

3434
executables:

0 commit comments

Comments
 (0)