Downgrade to 22.2.0

For some reason the jvm for 22.3.1 could not be found by Coursier, although it is present in the index.
This commit is contained in:
Julien Richard-Foy 2023-02-15 11:56:27 +01:00
parent e2f23309f4
commit 8a97419cb2
1 changed files with 1 additions and 1 deletions

View File

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