Skip to content

Commit aa78658

Browse files
authored
Bump coursier to v2.1.8 where it wasn't consistent (#2588)
1 parent 8cc9c51 commit aa78658

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/scripts/build-linux-aarch64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"
66

77
mkdir -p artifacts
88
mkdir -p utils
9-
cp "$(cs get https://github.com/VirtusLab/coursier-m1/releases/download/v2.1.4/cs-aarch64-pc-linux.gz --archive)" utils/cs
9+
cp "$(cs get https://github.com/VirtusLab/coursier-m1/releases/download/v2.1.8/cs-aarch64-pc-linux.gz --archive)" utils/cs
1010
chmod +x utils/cs
1111

1212
cp "$DIR/build-linux-aarch64-from-docker.sh" utils/

.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.4"
4+
CS_VERSION="2.1.8"
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.4`
2+
import $ivy.`io.get-coursier::coursier-launcher:2.1.8`
33
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.25`
44
import $file.project.deps, deps.{Deps, Docker, InternalDeps, 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.4"
5+
coursier_version="2.1.8"
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

0 commit comments

Comments
 (0)