From 7f5e6719392e90d7476db2af5be4d5e45561bc32 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 6 Dec 2022 18:19:20 +0100 Subject: [PATCH] Support older `string_scanner` versions as well --- drift_dev/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift_dev/pubspec.yaml b/drift_dev/pubspec.yaml index f32446f1..786c86f6 100644 --- a/drift_dev/pubspec.yaml +++ b/drift_dev/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: build_config: '>=0.3.1 <2.0.0' dart_style: '>=1.3.3 <3.0.0' source_gen: '>=0.9.4 <2.0.0' - string_scanner: ^1.2.0 + string_scanner: ^1.1.1 dev_dependencies: lints: ^2.0.0