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

Unified Diff: pubspec.yaml

Issue 2057373003: DDC changes for Analyzer src/task/strong/info.dart refactor (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 b3b14e09b3558043f8599ef4fdb1de74db0b17c2..bd90a3b9f1f3e64bcd75bc95446a7a55e193f630 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -27,11 +27,10 @@ dev_dependencies:
dart_style: 0.2.4
test: ^0.12.0
unittest: ^0.11.6
- webdriver: ^0.8.8
+ webdriver: ^1.1.0
dependency_overrides:
- # Remove once there is a package:test that allows 1.18 SDKs in its contraint.
- test: ^0.12.0
+ analyzer: { path: ../dart/sdk/pkg/analyzer }
Jennifer Messerly 2016/06/10 23:15:18 naturally, will need to revert this before landing
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