Skip to content

Commit 9a05eae

Browse files
Update scala-cli.sh launcher for 1.4.1 (#3039)
Co-authored-by: gh-actions <[email protected]>
1 parent dbb3285 commit 9a05eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scala-cli.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rem Download the latest version of this script at https://github.com/VirtusLab/s
77

88
setlocal enabledelayedexpansion
99

10-
set "SCALA_CLI_VERSION=1.4.0"
10+
set "SCALA_CLI_VERSION=1.4.1"
1111

1212
set SCALA_CLI_URL=https://github.com/VirtusLab/scala-cli/releases/download/v%SCALA_CLI_VERSION%/scala-cli.bat
1313
set CACHE_BASE=%localappdata%/Coursier/v1

scala-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
set -eu
99

10-
SCALA_CLI_VERSION="1.4.0"
10+
SCALA_CLI_VERSION="1.4.1"
1111

1212
GH_ORG="VirtusLab"
1313
GH_NAME="scala-cli"

0 commit comments

Comments
 (0)