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

Unified Diff: pkg/barback/pubspec.yaml

Issue 463333004: Update dart:collection to version 1.0.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More dependencies Created 6 years, 4 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 | « pkg/args/pubspec.yaml ('k') | pkg/collection/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/pubspec.yaml
diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml
index c8b3dc07c3a464c6ffd46a96b551f21c773b8207..340a4ae813c98a24d0fcea115abf1c9ddaa1399b 100644
--- a/pkg/barback/pubspec.yaml
+++ b/pkg/barback/pubspec.yaml
@@ -7,7 +7,7 @@ name: barback
#
# When the minor or patch version of this is upgraded, you *must* update that
# version constraint in pub to stay in sync with this.
-version: 0.15.0
+version: 0.15.1-dev
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
@@ -26,7 +26,7 @@ dependencies:
pool: ">=1.0.0 <2.0.0"
source_span: ">=1.0.0 <2.0.0"
stack_trace: ">=0.9.1 <2.0.0"
- collection: ">=0.9.1 <0.10.0"
+ collection: ">=0.9.1 <2.0.0"
dev_dependencies:
scheduled_test: ">=0.9.0 <0.11.0"
unittest: ">=0.9.0 <0.10.0"
« no previous file with comments | « pkg/args/pubspec.yaml ('k') | pkg/collection/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698