| commit | 8d3b82ebb99e3fde15ee7c1229c6af637f41ceaa | [log] [tgz] |
|---|---|---|
| author | Georgios Valotasios <[email protected]> | Sat Apr 14 19:12:01 2018 |
| committer | Georgios Valotasios <[email protected]> | Sat Apr 14 20:34:47 2018 |
| tree | ff06e6eb812a4d5a83616953e2b3bfdfb0aa03b8 | |
| parent | 8bcb7cee5e1b2fd944e6b4f4b12e23f78a2dfef3 [diff] |
chore: adjust test dependency in order to support dart v1.19
diff --git a/pubspec.yaml b/pubspec.yaml index 2d88c71..fac02f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -6,4 +6,5 @@ environment: sdk: '>=0.8.10+6 <2.0.0' dev_dependencies: - test: '>=0.12.0 <0.13.0' + test: '>=0.12.0 <0.12.23' + isolate: '>=1.0.0 <1.1.0'