Update native-image to 22.2.0

See sbt/sbt#7149
This commit is contained in:
Julien Richard-Foy 2023-05-12 15:22:18 +02:00
parent cf6fac7692
commit ecc322335c
1 changed files with 1 additions and 0 deletions

View File

@ -1173,6 +1173,7 @@ lazy val sbtClientProj = (project in file("client"))
nativeImageReady := { () =>
()
},
nativeImageVersion := "22.2.0",
nativeImageOutput := target.value / "bin" / "sbtn",
nativeImageOptions ++= Seq(
"--no-fallback",