From 4131502c22e785272a1c1349e82b4d8d2fc30427 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Sat, 17 Aug 2024 11:17:53 -0600 Subject: [PATCH] prep for dart3 RC --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5adf752f..3d29ac18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,13 +4,13 @@ description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart environment: - sdk: ">=2.18.0 <3.0.0" + sdk: ">=2.19.0 <3.0.0" executables: scip_dart: dependencies: - analyzer: ^5.4.0 + analyzer: ^5.13.0 args: ^2.4.0 package_config: ^2.1.0 path: ^1.8.3