Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: pubspec.yaml

Issue 1228063003: fix for 1.12.0-dev SDK and 0.25.1 analyzer breaking changes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« lib/src/testing.dart ('K') | « lib/strong_mode.dart ('k') | test/checker/checker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698