Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index b3b14e09b3558043f8599ef4fdb1de74db0b17c2..bd90a3b9f1f3e64bcd75bc95446a7a55e193f630 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -27,11 +27,10 @@ dev_dependencies: |
| dart_style: 0.2.4 |
| test: ^0.12.0 |
| unittest: ^0.11.6 |
| - webdriver: ^0.8.8 |
| + webdriver: ^1.1.0 |
| dependency_overrides: |
| - # Remove once there is a package:test that allows 1.18 SDKs in its contraint. |
| - test: ^0.12.0 |
| + analyzer: { path: ../dart/sdk/pkg/analyzer } |
|
Jennifer Messerly
2016/06/10 23:15:18
naturally, will need to revert this before landing
|
| environment: |
| sdk: ">=1.12.0 <2.0.0" |