Skip to content

Commit 288a0b5

Browse files
Update scala-cli.sh launcher for 1.14.0 (#4274)
Co-authored-by: gh-actions <actions@github.com>
1 parent 1fee08e commit 288a0b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.13.0"
10+
set "SCALA_CLI_VERSION=1.14.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.13.0"
10+
SCALA_CLI_VERSION="1.14.0"
1111

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

0 commit comments

Comments
 (0)