From 6ed124486876f2d52c5245be2ee6863d988ec501 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 21 Sep 2017 10:11:11 -0700 Subject: [PATCH] Fix SDK constraint (#77) --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 279241e5..362758ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,12 @@ name: mockito -version: 2.2.0 +version: 2.2.1-dev authors: - Dmitriy Fibulwinter - Dart Team description: A mock framework inspired by Mockito. homepage: https://github.com/dart-lang/mockito environment: - sdk: '>=1.21.0 <2.0.0-dev.infinity' + sdk: '>=1.21.0 <2.0.0' dependencies: collection: '^1.1.0' matcher: '^0.12.0'