We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13427eb commit 8298cc0Copy full SHA for 8298cc0
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.8.2"
+set "SCALA_CLI_VERSION=1.8.3"
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.8.2"
+SCALA_CLI_VERSION="1.8.3"
GH_ORG="VirtusLab"
GH_NAME="scala-cli"
0 commit comments