From 00914eca369cac5f8745a99e685c5b1a690a904a Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 23 Oct 2020 14:25:03 -0700 Subject: [PATCH] Remove the cli_pkg dependency override (#1118) --- pubspec.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7a618448..5774c25f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -46,9 +46,3 @@ dev_dependencies: test_process: "^1.0.0-rc.1" test: ">=0.12.42 <2.0.0" yaml: "^2.0.0" - -dependency_overrides: - cli_pkg: - git: - url: git://github.com/google/dart_cli_pkg - ref: 1.0.0-beta.10