| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index b3b14e09b3558043f8599ef4fdb1de74db0b17c2..47a30bdcfa8c12bc064c9b4a0bc582c5b2f2cfba 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -8,7 +8,7 @@ author: Dart Dev Compiler team <dev-compiler@dartlang.org>
|
| homepage: https://github.com/dart-lang/dev_compiler
|
|
|
| dependencies:
|
| - analyzer: ^0.27.4-alpha.7
|
| + analyzer: ^0.27.4-alpha.11
|
| args: ^0.13.0
|
| bazel_worker: ^0.1.0
|
| cli_util: ^0.0.1
|
| @@ -27,7 +27,7 @@ dev_dependencies:
|
| dart_style: 0.2.4
|
| test: ^0.12.0
|
| unittest: ^0.11.6
|
| - webdriver: ^0.8.8
|
| + webdriver: ^1.0.0
|
|
|
| dependency_overrides:
|
| # Remove once there is a package:test that allows 1.18 SDKs in its contraint.
|
|
|