Update metals: 0.11.2

This commit is contained in:
yuilib
2022-04-20 19:24:47 +09:00
committed by mattn
parent d662e31014
commit 8541e42de6
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ setlocal
curl -Lo coursier https://git.io/coursier-cli
curl -Lo coursier.bat https://git.io/coursier-bat
set VERSION=0.10.9
set VERSION=0.11.2
set JAVA_FLAGS=
if "%HTTPS_PROXY%" neq "" (
set JAVA_FLAGS=-Dhttps.proxyHost=%HTTPS_PROXY%

View File

@@ -5,7 +5,7 @@ set -e
curl -Lo ./coursier https://git.io/coursier-cli
chmod +x ./coursier
version="0.10.9"
version="0.11.2"
java_flags=()
if [[ -n "${https_proxy}" ]]; then