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 66b915b + 0051b22 commit a3ca664Copy full SHA for a3ca664
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.17"
+set "SCALA_CLI_VERSION=0.1.18"
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.17"
+SCALA_CLI_VERSION="0.1.18"
GH_ORG="VirtusLab"
GH_NAME="scala-cli"
0 commit comments