| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 5651fe083a3a91193c23b8cf8263fb12e0e7721c..69409a7b91579136452289b3d8ac7236a4abc26b 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -6,7 +6,7 @@ description: >
|
| author: Dart Dev Compiler team <dev-compiler@dartlang.org>
|
| homepage: https://github.com/dart-lang/dev_compiler
|
| dependencies:
|
| - analyzer: ^0.25.0
|
| + analyzer: ^0.25.1
|
| args: ^0.13.0
|
| cli_util: ^0.0.1
|
| crypto: ^0.9.0
|
| @@ -26,7 +26,7 @@ dev_dependencies:
|
| pub_semver: ^1.1.0
|
| test: ^0.12.0
|
| environment:
|
| - sdk: ">=1.9.0 <2.0.0"
|
| + sdk: ">=1.12.0-dev.1.1 <2.0.0"
|
| executables:
|
| # Similar to "analyzer.dart" and its command line "dartanalyzer", we use
|
| # "dartdevc" and "devc.dart"
|
|
|