diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 0f58156404..8c4e2f3826 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -30,7 +30,6 @@ dev_dependencies: io: ^1.0.0 logging: ^1.0.1 markdown: ^4.0.0 - pub_semver: ^2.0.0 test: ^1.14.0 test_reflective_loader: ^0.2.0 uuid: '>3.0.0 <5.0.0' @@ -52,6 +51,6 @@ workiva: # # In CI, this should also be the path to the over_react checkout # -# dependency_overrides: -# over_react: -# path: /Users/me/workspaces/over_react +dependency_overrides: + over_react: + path: /Users/greglittlefield/workspaces/over_react2