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

Unified Diff: pkg/code_transformers/pubspec.yaml

Issue 216233002: pkg/code_transformers: removed unused imports, require latest unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/code_transformers/lib/src/resolver_impl.dart ('k') | pkg/code_transformers/test/assets_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/code_transformers/pubspec.yaml
diff --git a/pkg/code_transformers/pubspec.yaml b/pkg/code_transformers/pubspec.yaml
index ffe5ec3f1e449866978867e926ae6e5c008327f2..905b7e6e025556cec15ac01377f1cdc672c92805 100644
--- a/pkg/code_transformers/pubspec.yaml
+++ b/pkg/code_transformers/pubspec.yaml
@@ -9,6 +9,6 @@ dependencies:
path: ">=0.9.0 <2.0.0"
source_maps: ">=0.9.0 <0.10.0"
dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
+ unittest: ">=0.10.1 <0.11.0"
Siggi Cherem (dart-lang) 2014/03/28 16:12:03 mmm... this will have a cascade effect that any pa
kevmoo 2014/03/28 16:24:32 Not true. This is a dev dependency. No cascading i
environment:
sdk: ">=1.0.0 <2.0.0"
« no previous file with comments | « pkg/code_transformers/lib/src/resolver_impl.dart ('k') | pkg/code_transformers/test/assets_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698