Skip to content
Snippets Groups Projects
Commit cd6914eb authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Increase the SDK constraint.

Now that we use async/await, we're no longer compatible with Dart 1.8.
parent 9623e44f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
environment:
sdk: '>=1.8.0 <2.0.0'
sdk: '>=1.9.0 <2.0.0'
dependencies:
analyzer: '>=0.23.0 <0.26.0'
args: '>=0.12.1 <0.14.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment