Skip to content

Commit

Permalink
Update svm to 22.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 18, 2023
1 parent a146183 commit 9b15f29
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 @@ -123,7 +123,7 @@ class ScalaJsCliNativeImage(val scalaJsVersion0: String) extends ScalaModule wit
)
}
def nativeImagePersist = System.getenv("CI") != null
def graalVmVersion = "22.3.1"
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 9b15f29

Please sign in to comment.