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.
2 parents 7b81867 + df18034 commit ca21eddCopy full SHA for ca21edd
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=0.1.11"
+set "SCALA_CLI_VERSION=0.1.12"
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="0.1.11"
+SCALA_CLI_VERSION="0.1.12"
GH_ORG="VirtusLab"
GH_NAME="scala-cli"
0 commit comments