From 99e985d9ab309d3c1290096a5f0852a5d645dff1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Sep 2024 23:45:49 +0000 Subject: [PATCH 1/2] Update coursier-jvm_2.13, ... to 2.1.12 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 2cffeba1ab..fc181b5f5b 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -102,7 +102,7 @@ object Deps { def ammonite = "3.0.0-M2-15-9bed9700" def ammoniteForScala3Lts = ammonite // jni-utils version may need to be sync-ed when bumping the coursier version - def coursierDefault = "2.1.11" + def coursierDefault = "2.1.12" def coursier = coursierDefault def coursierCli = coursierDefault def coursierM1Cli = coursierDefault From 57f4ad35c5b74b4a4fff452c9b0a1d864c2fed94 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Fri, 13 Sep 2024 11:44:57 +0200 Subject: [PATCH 2/2] Bump coursier where scala-steward missed it --- .github/scripts/get-latest-cs.sh | 2 +- build.sc | 2 +- mill | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/get-latest-cs.sh b/.github/scripts/get-latest-cs.sh index 271a392a19..c8bc1b3d59 100644 --- a/.github/scripts/get-latest-cs.sh +++ b/.github/scripts/get-latest-cs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -CS_VERSION="2.1.11" +CS_VERSION="2.1.12" DIR="$(cs get --archive "https://github.com/coursier/coursier/releases/download/v$CS_VERSION/cs-x86_64-pc-win32.zip")" diff --git a/build.sc b/build.sc index 313e6e7284..652ef95d11 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import $ivy.`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION` -import $ivy.`io.get-coursier::coursier-launcher:2.1.11` +import $ivy.`io.get-coursier::coursier-launcher:2.1.12` import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.25` import $file.project.deps, deps.{Deps, Docker, InternalDeps, Java, Scala, TestDeps} import $file.project.publish, publish.{ghOrg, ghName, ScalaCliPublishModule, organization} diff --git a/mill b/mill index 0a6e91e25d..cc8e6253e5 100755 --- a/mill +++ b/mill @@ -2,7 +2,7 @@ # Adapted from -coursier_version="2.1.11" +coursier_version="2.1.12" # https://stackoverflow.com/questions/3466166/how-to-check-if-running-in-cygwin-mac-or-linux/17072017#17072017 if [ "$(expr substr $(uname -s) 1 5 2>/dev/null)" == "Linux" ]; then