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

Commit ed7d85b

Browse files
authored
chore: set min mocktail version to ^0.3.0 (#731)
1 parent 59f8054 commit ed7d85b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## Unreleased
44

5-
* fix: added parameter constant check in `avoid-border-all`.
65
* **Breaking Change:** cli arguments `--fatal-unused` and `--fatal-warnings` activate by default.
6+
* fix: added parameter constant check in `avoid-border-all`.
77
* chore: restrict `analyzer` version to `>=3.3.0 <3.4.0`.
88
* chore: restrict `analyzer_plugin` version to `>=0.9.0 <0.10.0`.
9+
* chore: set min `mocktail` version to `^0.3.0`.
910
* feat: add static code diagnostic `avoid-collection-methods-with-unrelated-types`
1011

1112
## 4.11.0

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)