From cc5529bda6fb81e9bf61946685f20f643dfe8a3c Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Thu, 21 Jul 2022 16:53:06 -0700 Subject: [PATCH] Drop the Git dependency on source_span (#1751) We don't need to narrow the version constraint because this release just improves formatting, it doesn't actually change the API. --- pubspec.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7204bef0..f156b18c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -49,9 +49,3 @@ dev_dependencies: test_descriptor: ^2.0.0 test_process: ^2.0.0 yaml: ^3.1.0 - -dependency_overrides: - source_span: - git: - url: https://github.com/dart-lang/source_span - ref: multi-line-label