Skip to content

Commit

Permalink
dart sdk change
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed May 28, 2024
1 parent 541544c commit 96733c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96733c3

Please sign in to comment.