From fcc3be3ad8779f72d1387789988081678d055e74 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Thu, 15 Feb 2024 13:17:31 +0100 Subject: [PATCH] Update `coursier` to 2.1.9 (#2735) --- .github/scripts/get-latest-cs.sh | 2 +- build.sc | 2 +- mill | 2 +- project/deps.sc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/get-latest-cs.sh b/.github/scripts/get-latest-cs.sh index 97ff2bbc73..b796b31536 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.8" +CS_VERSION="2.1.9" 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 a7cad2ac28..5e4b3fe242 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.8` +import $ivy.`io.get-coursier::coursier-launcher:2.1.9` import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.25` import $file.project.deps, deps.{Deps, Docker, InternalDeps, Scala, TestDeps} import $file.project.publish, publish.{ghOrg, ghName, ScalaCliPublishModule, organization} diff --git a/mill b/mill index 12164596a9..d3fd9d05ed 100755 --- a/mill +++ b/mill @@ -2,7 +2,7 @@ # Adapted from -coursier_version="2.1.8" +coursier_version="2.1.9" # 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 diff --git a/project/deps.sc b/project/deps.sc index b60981b072..902b6a8256 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -81,7 +81,7 @@ object InternalDeps { object Deps { object Versions { // jni-utils version may need to be sync-ed when bumping the coursier version - def coursierDefault = "2.1.8" + def coursierDefault = "2.1.9" def coursier = coursierDefault def coursierCli = coursierDefault def coursierM1Cli = coursierDefault