File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"
66
77mkdir -p artifacts
88mkdir -p utils
9- cp " $( cs get https://github.com/coursier/coursier/releases/download/v2.1.25-M19 /cs-aarch64-pc-linux.gz --archive) " utils/cs
9+ cp " $( cs get https://github.com/coursier/coursier/releases/download/v2.1.25-M21 /cs-aarch64-pc-linux.gz --archive) " utils/cs
1010chmod +x utils/cs
1111
1212cp " $DIR /build-linux-aarch64-from-docker.sh" utils/
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4- CS_VERSION=" 2.1.25-M19 "
4+ CS_VERSION=" 2.1.25-M21 "
55
66DIR=" $( cs get --archive " https://github.com/coursier/coursier/releases/download/v$CS_VERSION /cs-x86_64-pc-win32.zip" ) "
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package build
22
33import $packages ._
44import $ivy .`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
5- import $ivy .`io.get-coursier::coursier-launcher:2.1.25-M19 `
5+ import $ivy .`io.get-coursier::coursier-launcher:2.1.25-M21 `
66import $ivy .`io.github.alexarchambault.mill::mill-native-image-upload:0.1.31-1`
77import build .ci .publishVersion
88import build .project .deps
Original file line number Diff line number Diff line change 22
33# Adapted from
44
5- coursier_version=" 2.1.25-M19 "
5+ coursier_version=" 2.1.25-M21 "
66COMMAND=$@
77
88# necessary for Windows various shell environments
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ object Deps {
126126 def ammoniteForScala3Lts = ammonite
127127 def argonautShapeless = " 1.3.1"
128128 // jni-utils version may need to be sync-ed when bumping the coursier version
129- def coursierDefault = " 2.1.25-M19 "
129+ def coursierDefault = " 2.1.25-M21 "
130130 def coursier = coursierDefault
131131 def coursierCli = coursierDefault
132132 def coursierPublish = " 0.4.3"
You can’t perform that action at this time.
0 commit comments