Index: DEPS |
diff --git a/DEPS b/DEPS |
index 1b10899b847a98a76b8ec236862550f6b83fb480..5fb385f16c1bc3570698cb45e1a141585d88056c 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -38,7 +38,7 @@ vars = { |
# Revisions of /third_party/* dependencies. |
"7zip_rev" : "@19997", |
- "analyzer_cli_tag" : "@1.1.0", |
+ "analyzer_cli_rev" : "@090c4859a2f88e62ae71a11583ba31e9999c74f6", |
pquitslund
2015/06/05 16:01:53
As per our conversation, I agree with the move to
|
"args_tag": "@0.13.0", |
"barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51", |
"charcode_tag": "@1.1.0", |
@@ -175,7 +175,7 @@ deps = { |
Var("dart_services_rev"), |
Var("dart_root") + "/third_party/pkg/analyzer_cli": |
- (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_tag"), |
+ (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"), |
Var("dart_root") + "/third_party/pkg/args": |
(Var("github_mirror") % "args") + Var("args_tag"), |
Var("dart_root") + "/third_party/pkg/async_await": |