Chromium Code Reviews| Index: pkg/dev_compiler/pubspec.yaml |
| diff --git a/pkg/dev_compiler/pubspec.yaml b/pkg/dev_compiler/pubspec.yaml |
| index 9b284bbad22a8eeda560a975b606495d9baac6fb..3586510f81b12cd4e3f045b9215820d9e57188f7 100644 |
| --- a/pkg/dev_compiler/pubspec.yaml |
| +++ b/pkg/dev_compiler/pubspec.yaml |
| @@ -32,7 +32,8 @@ dev_dependencies: |
| dependency_overrides: |
| # This is here until we can update package:test and dart_style |
| - analyzer: ^0.28.0-alpha.1 |
| + analyzer: |
| + path: ../analyzer |
| environment: |
| sdk: ">=1.12.0 <2.0.0" |