Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 4b61601

Browse files
Lower mockito dependency to 2.0.0 (#19)
Mockito v2.2.0 has a SDK constraint that isn't compatible with bleeding edge Dart SDK. v2.0.0 looks fine, and we don't depend on anything new from 2.2.0 anyway.
1 parent 59826ac commit 4b61601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ environment:
88
sdk: '>=1.24.0 <2.0.0'
99

1010
dev_dependencies:
11-
mockito: ^2.2.0
11+
mockito: ^2.0.0
1212
test: '>=0.12.0 <0.13.0'

0 commit comments

Comments
 (0)