Skip to content

Commit

Permalink
Update GraalVM to 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 27, 2022
1 parent 223a5f6 commit 7792480
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 @@ -35,7 +35,7 @@ class ScalaJsCliNativeImage(val scalaJsVersion0: String) extends ScalaModule wit
)
}
def nativeImagePersist = System.getenv("CI") != null
def graalVmVersion = "22.0.0"
def graalVmVersion = "22.1.0"
def nativeImageGraalVmJvmId = s"graalvm-java17:$graalVmVersion"
def nativeImageName = "scala-js-ld"
def ivyDeps = super.ivyDeps() ++ Seq(
Expand Down

0 comments on commit 7792480

Please sign in to comment.