From 8afc238db7b0d947d1ebb1d15f6eb96a0cf137b9 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Thu, 4 Feb 2021 13:01:43 -0800 Subject: [PATCH] Limit the version of source_span (#1227) This is a workaround to get the build working again until dart-lang/source_span#72 lands. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2d999191f..cdd1ee995 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: package_resolver: "^1.0.0" path: "^1.6.0" source_maps: "^0.10.5" - source_span: "^1.6.0" + source_span: ">=1.6.0 <1.8.0" # dart-lang/source_span#72 stack_trace: ">=0.9.0 <2.0.0" stream_transform: ">=0.0.20 <2.0.0" string_scanner: ">=0.1.5 <2.0.0"