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

Unified Diff: pubspec.yaml

Issue 2048463002: enable compatiblity with 1.18 SDKs (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 6 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 | « pubspec.lock ('k') | no next file » | 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 06a10e356984eef6e4d0c900f84d03fc0083c8c3..b3b14e09b3558043f8599ef4fdb1de74db0b17c2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -29,6 +29,10 @@ dev_dependencies:
unittest: ^0.11.6
webdriver: ^0.8.8
+dependency_overrides:
+ # Remove once there is a package:test that allows 1.18 SDKs in its contraint.
+ test: ^0.12.0
+
environment:
sdk: ">=1.12.0 <2.0.0"
« no previous file with comments | « pubspec.lock ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698