From 8c28e3cd8ede4344fc027f4626ab32fb5a4e21aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:21:36 +0100 Subject: [PATCH] Update scala-cli.sh launcher for 1.1.3 (#2734) Co-authored-by: gh-actions --- scala-cli.bat | 2 +- scala-cli.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scala-cli.bat b/scala-cli.bat index a50e18128d..90048be9c6 100644 --- a/scala-cli.bat +++ b/scala-cli.bat @@ -7,7 +7,7 @@ rem Download the latest version of this script at https://github.com/VirtusLab/s setlocal enabledelayedexpansion -set "SCALA_CLI_VERSION=1.1.2" +set "SCALA_CLI_VERSION=1.1.3" 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 diff --git a/scala-cli.sh b/scala-cli.sh index 86e4563ed8..54b0464599 100755 --- a/scala-cli.sh +++ b/scala-cli.sh @@ -7,7 +7,7 @@ set -eu -SCALA_CLI_VERSION="1.1.2" +SCALA_CLI_VERSION="1.1.3" GH_ORG="VirtusLab" GH_NAME="scala-cli"