From 3df1c82cd089010ebbe2ca75e5e03f938a47fd60 Mon Sep 17 00:00:00 2001 From: levischechter <35228498+levischechter@users.noreply.github.com> Date: Wed, 15 May 2024 12:58:31 +0300 Subject: [PATCH] upgrade sdk version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d7da2bd4..49055889 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Pure Dart library to easily integrate with any Cosmos-based chain. version: 0.41.4+1 homepage: https://github.com/alan-sdk/alan.dart environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=3.2.0 <4.0.0" dependencies: analyzer: ^5.12.0