Chromium Code Reviews| Index: pkg/kernel/pubspec.yaml |
| diff --git a/pkg/kernel/pubspec.yaml b/pkg/kernel/pubspec.yaml |
| index 6d330b73372933b249d8fad8e58cd78e078f17eb..65ceb4d74d940d5029a865fe4394f5985bf2664f 100644 |
| --- a/pkg/kernel/pubspec.yaml |
| +++ b/pkg/kernel/pubspec.yaml |
| @@ -11,7 +11,8 @@ dependencies: |
| logging: ^0.11.2 |
| package_config: ^1.0.0 |
| dev_dependencies: |
| - analyzer: ^0.30.0-alpha.0 |
| + analyzer: ^0.30.0-alpha.3 |
| + front_end: ^0.1.0-alpha.2 |
| test: ^0.12.15+6 |
|
asgerf
2017/04/21 08:25:56
Did you check that "pub get" works?
The test pac
Paul Berry
2017/04/21 08:34:57
Unfortunately, due to the tight coupling, there's
|
| stack_trace: ^1.6.6 |
| ansicolor: ^0.0.9 |
| @@ -19,5 +20,3 @@ dev_dependencies: |
| git: |
| url: https://github.com/peter-ahe-google/testing.git |
| ref: 2e196d5 |
| -dependency_overrides: |
| - analyzer: {path: ../analyzer} |