From 4786d2f343288ce6173bfb3669b2e1d1d6b00fbd Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 11 Jan 2021 01:00:24 -0600 Subject: [PATCH] chore: update package:matcher version range --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 49986d8..119f9fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ">=2.12-0-0 <3.0.0" dependencies: - matcher: ^0.12.10-nullsafety.3 + matcher: ">=0.12.10-nullsafety.3 <0.12.10" dev_dependencies: coverage: ^0.14.2