Skip to content

Commit d2d308c

Browse files
Update coursier to 2.1.12 (#3174)
* Update coursier-jvm_2.13, ... to 2.1.12 * Bump coursier where scala-steward missed it --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 7123556 commit d2d308c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/scripts/get-latest-cs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
CS_VERSION="2.1.11"
4+
CS_VERSION="2.1.12"
55

66
DIR="$(cs get --archive "https://github.com/coursier/coursier/releases/download/v$CS_VERSION/cs-x86_64-pc-win32.zip")"
77

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import $ivy.`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
2-
import $ivy.`io.get-coursier::coursier-launcher:2.1.11`
2+
import $ivy.`io.get-coursier::coursier-launcher:2.1.12`
33
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.25`
44
import $file.project.deps, deps.{Deps, Docker, InternalDeps, Java, Scala, TestDeps}
55
import $file.project.publish, publish.{ghOrg, ghName, ScalaCliPublishModule, organization}

mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Adapted from
44

5-
coursier_version="2.1.11"
5+
coursier_version="2.1.12"
66

77
# https://stackoverflow.com/questions/3466166/how-to-check-if-running-in-cygwin-mac-or-linux/17072017#17072017
88
if [ "$(expr substr $(uname -s) 1 5 2>/dev/null)" == "Linux" ]; then

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ object Deps {
102102
def ammonite = "3.0.0-M2-15-9bed9700"
103103
def ammoniteForScala3Lts = ammonite
104104
// jni-utils version may need to be sync-ed when bumping the coursier version
105-
def coursierDefault = "2.1.11"
105+
def coursierDefault = "2.1.12"
106106
def coursier = coursierDefault
107107
def coursierCli = coursierDefault
108108
def coursierM1Cli = coursierDefault

0 commit comments

Comments
 (0)