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

Unified Diff: tools/apps/update_homebrew/pubspec.yaml

Issue 1156473004: update_homebrew: use async/await (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: nits Created 5 years, 7 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
« no previous file with comments | « tools/apps/update_homebrew/bin/update_homebrew.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/apps/update_homebrew/pubspec.yaml
diff --git a/tools/apps/update_homebrew/pubspec.yaml b/tools/apps/update_homebrew/pubspec.yaml
index e56d8356489e633a71d277b47dec36f55ee185ef..e0bed8b146280cc28f43886f469e45fa873760fd 100644
--- a/tools/apps/update_homebrew/pubspec.yaml
+++ b/tools/apps/update_homebrew/pubspec.yaml
@@ -1,6 +1,7 @@
name: update_homebrew
version: 0.1.0
dependencies:
- args: ">=0.12.0+2 <0.13.0"
- googleapis: ">=0.2.1 <0.3.0"
- http: ">=0.11.1+1 <0.12.0"
+ args: ^0.13.0
+ googleapis: ^0.2.1
+ http: ^0.11.1+1
+ stack_trace: ^1.3.2
« no previous file with comments | « tools/apps/update_homebrew/bin/update_homebrew.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698