Skip to content

Commit fbd0105

Browse files
authored
Merge pull request #3073 from VirtusLab/update-standalone-launcher-1.4.3
Update scala-cli.sh launcher for 1.4.3
2 parents f840d16 + e794503 commit fbd0105

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.1"
10+
set "SCALA_CLI_VERSION=1.4.3"
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.1"
10+
SCALA_CLI_VERSION="1.4.3"
1111

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

0 commit comments

Comments
 (0)