Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 5d557a81175927f18be0d9ff0551235cabb88fde..9b284bbad22a8eeda560a975b606495d9baac6fb 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.5-alpha.0 |
+ analyzer: ^0.28.0-alpha.1 |
args: ^0.13.0 |
bazel_worker: ^0.1.0 |
browser: ^0.10.0 |
@@ -30,6 +30,10 @@ dev_dependencies: |
unittest: ^0.11.6 |
webdriver: ^1.1.0 |
+dependency_overrides: |
+ # This is here until we can update package:test and dart_style |
+ analyzer: ^0.28.0-alpha.1 |
+ |
environment: |
sdk: ">=1.12.0 <2.0.0" |