Skip to content

Commit 112c02a

Browse files
authored
Update mill-native-image-upload to 0.1.23 (#1788)
1 parent ac1091e commit 112c02a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import $ivy.`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
22
import $ivy.`io.get-coursier::coursier-launcher:2.1.0-M7-34-gf519b50a3`
3-
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.19`
3+
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.23`
44
import $file.project.deps, deps.{Deps, Docker, InternalDeps, Scala, TestDeps}
55
import $file.project.publish, publish.{ghOrg, ghName, ScalaCliPublishModule, organization}
66
import $file.project.settings, settings.{
@@ -1268,7 +1268,7 @@ def uploadLaunchers(directory: String = "artifacts") = T.command {
12681268

12691269
val path = os.Path(directory, os.pwd)
12701270
val launchers = os.list(path).filter(os.isFile(_)).map { path =>
1271-
path.toNIO -> path.last
1271+
path -> path.last
12721272
}
12731273
val (tag, overwriteAssets) =
12741274
if (version.endsWith("-SNAPSHOT")) ("nightly", true)

project/settings.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import $ivy.`com.goyeau::mill-scalafix::0.2.8`
2-
import $ivy.`io.github.alexarchambault.mill::mill-native-image::0.1.19`
2+
import $ivy.`io.github.alexarchambault.mill::mill-native-image::0.1.23`
33

44
import $file.deps,
55
deps.{BuildDeps, Deps, Docker, alpineVersion, buildCsVersion, buildCsM1Version, libsodiumVersion}

0 commit comments

Comments
 (0)