We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb3285 commit 9a05eaeCopy full SHA for 9a05eae
scala-cli.bat
@@ -7,7 +7,7 @@ rem Download the latest version of this script at https://github.com/VirtusLab/s
7
8
setlocal enabledelayedexpansion
9
10
-set "SCALA_CLI_VERSION=1.4.0"
+set "SCALA_CLI_VERSION=1.4.1"
11
12
set SCALA_CLI_URL=https://github.com/VirtusLab/scala-cli/releases/download/v%SCALA_CLI_VERSION%/scala-cli.bat
13
set CACHE_BASE=%localappdata%/Coursier/v1
scala-cli.sh
@@ -7,7 +7,7 @@
set -eu
-SCALA_CLI_VERSION="1.4.0"
+SCALA_CLI_VERSION="1.4.1"
GH_ORG="VirtusLab"
GH_NAME="scala-cli"
0 commit comments