Skip to content

Commit

Permalink
Bump coursier launchers to 2.1.9 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Mar 19, 2024
1 parent 60d1d0e commit cf37c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
@@ -1,7 +1,7 @@
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import $ivy.`io.github.alexarchambault.mill::mill-native-image::0.1.26`
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.26`
import $ivy.`io.get-coursier::coursier-launcher:2.1.0-M2`
import $ivy.`io.get-coursier::coursier-launcher:2.1.9`

import de.tobiasroeser.mill.vcs.version._
import io.github.alexarchambault.millnativeimage.NativeImage
Expand Down Expand Up @@ -129,7 +129,7 @@ object native extends ScalaJsCliNativeImage

def native0 = native

def csDockerVersion = "2.1.0-M5-18-gfebf9838c"
def csDockerVersion = "2.1.9"

trait ScalaJsCliStaticNativeImage extends ScalaJsCliNativeImage {
def nameSuffix = "-static"
Expand Down

0 comments on commit cf37c9a

Please sign in to comment.