Skip to content

Commit

Permalink
Merge pull request #24 from scala-steward/update/svm-22.3.3
Browse files Browse the repository at this point in the history
Update svm to 22.3.3
  • Loading branch information
lwronski authored Sep 21, 2023
2 parents 5a0fcd7 + 58196ef commit 7cff624
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 @@ -109,7 +109,7 @@ trait ScalaJsCliNativeImage extends ScalaModule with NativeImage {
)
}
def nativeImagePersist = System.getenv("CI") != null
def graalVmVersion = "22.3.2"
def graalVmVersion = "22.3.3"
def nativeImageGraalVmJvmId = s"graalvm-java17:$graalVmVersion"
def nativeImageName = "scala-js-ld"
def moduleDeps() = Seq(
Expand Down

0 comments on commit 7cff624

Please sign in to comment.