Skip to content

Commit

Permalink
Merge pull request #38 from lefou/update-mill-native-image
Browse files Browse the repository at this point in the history
Update mill-native-image to 0.1.26
  • Loading branch information
tgodzik authored Nov 21, 2023
2 parents 2decb5b + 82da41e commit 07495aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import $ivy.`io.github.alexarchambault.mill::mill-native-image::0.1.25`
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.19`
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 de.tobiasroeser.mill.vcs.version._
Expand Down Expand Up @@ -342,7 +342,7 @@ object ci extends Module {

val path = os.Path(directory, os.pwd)
val launchers = os.list(path).filter(os.isFile(_)).map { path =>
path.toNIO -> path.last
path -> path.last
}
val ghToken = Option(System.getenv("UPLOAD_GH_TOKEN")).getOrElse {
sys.error("UPLOAD_GH_TOKEN not set")
Expand Down

0 comments on commit 07495aa

Please sign in to comment.