Skip to content

Commit c24922f

Browse files
Update scala-cli.sh launcher for 1.8.0 (#3672)
Co-authored-by: gh-actions <[email protected]>
1 parent 1fb78ff commit c24922f

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

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

0 commit comments

Comments
 (0)