Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 70ebda052e735688a83a2f2c3efc72c486e16f47..2da828b42738c67a369775a2106eb98376a048f6 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,15 +1,15 @@ |
| name: analyzer_cli |
| -version: 1.1.1 |
| +version: 1.1.2 |
| author: Dart Team <misc@dartlang.org> |
| description: Command line interface for the Dart Analyzer. |
| homepage: https://github.com/dart-lang/analyzer_cli |
| environment: |
| sdk: '>=1.12.0 <2.0.0' |
| dependencies: |
| - analyzer: ^0.26.1+8 |
| + analyzer: ^0.26.1+9 |
| args: ^0.13.0 |
| cli_util: ^0.0.1 |
| - dev_compiler: ^0.1.1 |
| + dev_compiler: ^0.1.9 |
| linter: ^0.1.3+2 |
| package_config: ^0.1.1 |
| plugin: ^0.1.0 |