Skip to content

Commit 8298cc0

Browse files
Update scala-cli.sh launcher for 1.8.3 (#3765)
Co-authored-by: gh-actions <[email protected]>
1 parent 13427eb commit 8298cc0

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.8.2"
10+
set "SCALA_CLI_VERSION=1.8.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.8.2"
10+
SCALA_CLI_VERSION="1.8.3"
1111

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

0 commit comments

Comments
 (0)