Skip to content

Commit

Permalink
Update scala-cli.sh launcher for 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 8, 2021
1 parent f40f126 commit 27b23d4
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
Original file line number Diff line number Diff line change
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.0.7"
set "SCALA_CLI_VERSION=0.0.8"

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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -eu

SCALA_CLI_VERSION="0.0.7"
SCALA_CLI_VERSION="0.0.8"

if [ "$(expr substr $(uname -s) 1 5 2>/dev/null)" == "Linux" ]; then
SCALA_CLI_URL="https://github.com/VirtusLab/scala-cli/releases/download/v$SCALA_CLI_VERSION/scala-cli-x86_64-pc-linux.gz"
Expand Down

0 comments on commit 27b23d4

Please sign in to comment.