From 291ff003caec84346a3eedd2879bc882274a5984 Mon Sep 17 00:00:00 2001 From: Konstantin Shcheglov Date: Fri, 8 Dec 2017 10:49:32 -0800 Subject: [PATCH] Require at least SDK 1.8.0 because 'pub publish' demands this. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1360d68..7e54404 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ author: Dart Team homepage: https://github.com/dart-lang/test_reflective_loader environment: - sdk: '>=1.0.0 <2.0.0' + sdk: '>=1.8.0 <2.0.0' dependencies: test: ^0.12.0