From ecc322335c3e629c59d089c5d4f1972b4285433a Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Fri, 12 May 2023 15:22:18 +0200 Subject: [PATCH] Update native-image to 22.2.0 See sbt/sbt#7149 --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 24d9241c1..83f953518 100644 --- a/build.sbt +++ b/build.sbt @@ -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",