Skip to content

Commit

Permalink
Downgrade Graalvm to 22.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Jan 24, 2025
1 parent fc0a6b7 commit e915ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ trait ScalaJsCliNativeImage extends ScalaModule with NativeImage {
)
}
def nativeImagePersist = System.getenv("CI") != null
def graalVmVersion = "22.3.3"
def graalVmVersion = "22.3.1"
def nativeImageGraalVmJvmId = s"graalvm-java17:$graalVmVersion"
def nativeImageName = "scala-js-ld"
def moduleDeps = Seq(
Expand Down

0 comments on commit e915ace

Please sign in to comment.