Skip to content

Commit

Permalink
Downgrade to 22.2.0
Browse files Browse the repository at this point in the history
For some reason the jvm for 22.3.1 could not be found by Coursier, although it is present in the index.
  • Loading branch information
julienrf committed Feb 15, 2023
1 parent e2f2330 commit 8a97419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8a97419

Please sign in to comment.