From 6efc87be046ae79d286ac48259341edf78185fbb Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Sun, 3 Nov 2024 21:22:48 +0000 Subject: [PATCH] Raise the meta dependency min to v1.16.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 616aa494..94efe7d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ environment: sdk: '>=2.13.0 <4.0.0' dependencies: js: ^0.6.3 - meta: ^1.6.0 + meta: ^1.16.0 dev_dependencies: args: ^2.0.0 build_runner: ^2.1.2