Skip to content

Commit

Permalink
Merge pull request #1790 from VirtusLab/update-standalone-launcher-0.…
Browse files Browse the repository at this point in the history
…1.20

Update scala-cli.sh launcher for 0.1.20
  • Loading branch information
tgodzik committed Jan 18, 2023
2 parents 112c02a + f5799c3 commit 8e3d34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scala-cli.bat
Expand Up @@ -7,7 +7,7 @@ rem Download the latest version of this script at https://github.com/VirtusLab/s

setlocal enabledelayedexpansion

set "SCALA_CLI_VERSION=0.1.19"
set "SCALA_CLI_VERSION=0.1.20"

set SCALA_CLI_URL=https://github.com/VirtusLab/scala-cli/releases/download/v%SCALA_CLI_VERSION%/scala-cli.bat
set CACHE_BASE=%localappdata%/Coursier/v1
Expand Down
2 changes: 1 addition & 1 deletion scala-cli.sh
Expand Up @@ -7,7 +7,7 @@

set -eu

SCALA_CLI_VERSION="0.1.19"
SCALA_CLI_VERSION="0.1.20"

GH_ORG="VirtusLab"
GH_NAME="scala-cli"
Expand Down

0 comments on commit 8e3d34a

Please sign in to comment.