Skip to content

Commit fedce4f

Browse files
committed
Add upper bound to matcher dependency.
1 parent a498114 commit fedce4f

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
@@ -12,7 +12,7 @@ homepage: https://github.com/google/quiver-dart
1212
environment:
1313
sdk: '>=1.0.0 <2.0.0'
1414
dependencies:
15-
matcher: '>=0.10.0'
15+
matcher: '>=0.10.0 <0.12.0'
1616
dev_dependencies:
1717
path: '>=1.0.0 <2.0.0'
1818
unittest: '>=0.11.0'

0 commit comments

Comments
 (0)