commit | 291ff003caec84346a3eedd2879bc882274a5984 | [log] [tgz] |
---|---|---|
author | Konstantin Shcheglov <scheglov@google.com> | Fri Dec 08 10:49:32 2017 -0800 |
committer | Konstantin Shcheglov <scheglov@google.com> | Fri Dec 08 10:49:32 2017 -0800 |
tree | d74ae2cef7d42840aeca638f48403f27e9173e2a | |
parent | f01253720873724d15345228f03248a6b8bcbf8e [diff] |
Require at least SDK 1.8.0 because 'pub publish' demands this.
diff --git a/pubspec.yaml b/pubspec.yaml index 1360d68..7e54404 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -5,7 +5,7 @@ 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