From 96733c33e6a0b840f7b5aa4be743a92e402e854b Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Tue, 28 May 2024 11:56:01 -0400 Subject: [PATCH] dart sdk change --- .github/actions/prepare/action.yml | 4 ++-- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 7ddccb1e..6d434469 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -5,8 +5,8 @@ inputs: sdk-version: description: "Dart SDK version" required: false - # 3.1.3 Version tested and within the compatibility - default: "3.1.3" + # 3.4.1 Version tested and within the compatibility + default: "3.4.1" runs: using: "composite" diff --git a/pubspec.lock b/pubspec.lock index d78e0b5f..27ffda14 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -173,10 +173,10 @@ packages: dependency: "direct dev" description: name: cli_pkg - sha256: be7f66d681725c9af6fe820144fdc8418b3ff1c94e928c2eb47dbf802572100f + sha256: f812467b5d6a5f26ad0fba5dcfc95133df02edbae47dfa4ade3df5d2b5afdcf2 url: "https://pub.dev" source: hosted - version: "2.8.0" + version: "2.10.0" cli_util: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f2d832da..30b0f958 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: cli_completion: ^0.5.0 dev_dependencies: - cli_pkg: 2.8.0 + cli_pkg: 2.10.0 grinder: ^0.9.5 test: ^1.24.6 lints: ^2.1.1