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

Unified Diff: pubspec.yaml

Issue 1887853002: Add a LiveSuite class. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 8 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 | « lib/src/util/iterable_set.dart ('k') | test/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 9bdd1cde4968d00300d4c58bd2287e54241c5d93..c659725ccfc0d48a9647cdfc1c3c001ee5da6454 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -11,7 +11,7 @@ dependencies:
async: '^1.8.0'
barback: '>=0.14.0 <0.16.0'
boolean_selector: '^1.0.0'
- collection: '^1.1.0'
+ collection: '^1.6.0'
glob: '^1.0.0'
http_multi_server: '>=1.0.0 <3.0.0'
path: '^1.2.0'
@@ -35,3 +35,6 @@ dependencies:
dev_dependencies:
fake_async: '^0.1.2'
scheduled_test: '^0.12.5'
+
+dependency_overrides:
+ collection: {path: ../collection}
« no previous file with comments | « lib/src/util/iterable_set.dart ('k') | test/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698