Skip to content

Commit 1794818

Browse files
Udpate cs to 2.1.0-M5-18-gfebf9838c (used in docker images)
1 parent 6ba6f12 commit 1794818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ trait ScalafmtNativeImage extends ScalaModule with NativeImage {
4343

4444
object native extends ScalafmtNativeImage
4545

46-
def csDockerVersion = "2.0.16"
46+
def csDockerVersion = "2.1.0-M5-18-gfebf9838c"
4747

4848
object `native-static` extends ScalafmtNativeImage {
4949
def nameSuffix = "-static"
@@ -57,7 +57,7 @@ object `native-static` extends ScalafmtNativeImage {
5757
Some(
5858
NativeImage.linuxStaticParams(
5959
"scala-cli-base-musl:latest",
60-
s"https://github.com/coursier/coursier/releases/download/v$csDockerVersion/cs-x86_64-pc-linux"
60+
s"https://github.com/coursier/coursier/releases/download/v$csDockerVersion/cs-x86_64-pc-linux.gz"
6161
)
6262
)
6363
}
@@ -72,7 +72,7 @@ object `native-mostly-static` extends ScalafmtNativeImage {
7272
def nativeImageDockerParams = Some(
7373
NativeImage.linuxMostlyStaticParams(
7474
"ubuntu:18.04", // TODO Pin that?
75-
s"https://github.com/coursier/coursier/releases/download/v$csDockerVersion/cs-x86_64-pc-linux"
75+
s"https://github.com/coursier/coursier/releases/download/v$csDockerVersion/cs-x86_64-pc-linux.gz"
7676
)
7777
)
7878
}

0 commit comments

Comments
 (0)