Index: pkg/analysis_server/pubspec.yaml |
diff --git a/pkg/analysis_server/pubspec.yaml b/pkg/analysis_server/pubspec.yaml |
index 0e3ba01721c7b7d431379ffd040157784e4acb3a..697410b71b8bec4327038e45160ecf6448bf8165 100644 |
--- a/pkg/analysis_server/pubspec.yaml |
+++ b/pkg/analysis_server/pubspec.yaml |
@@ -20,6 +20,9 @@ dependencies: |
dev_dependencies: |
html: any |
mock: '>=0.11.0 <0.12.0' |
- test_reflective_loader: '>=0.0.3 <0.1.0' |
+ test_reflective_loader: '>=0.0.4 <0.1.0' |
typed_mock: '>=0.0.4 <1.0.0' |
unittest: '>=0.11.4 <0.12.0' |
+dependency_overrides: |
Brian Wilkerson
2016/08/31 20:38:01
Did you intend to include this?
scheglov
2016/08/31 20:44:05
Oops, no, at least not in this CL.
Thanks.
|
+ analyzer: |
+ path: ../analyzer |