From 9d13c49b7bc61dc414a27ec4712e6a4eb866f1ab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Oct 2022 16:14:42 +0000 Subject: [PATCH] Update svm to 22.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0baf84..4c43def 100644 --- a/build.sbt +++ b/build.sbt @@ -237,7 +237,7 @@ lazy val `interface-svm-subs` = project .dependsOn(interface) .settings( Settings.shared, - libraryDependencies += "org.graalvm.nativeimage" % "svm" % "22.0.0.2" % Provided, + libraryDependencies += "org.graalvm.nativeimage" % "svm" % "22.3.0" % Provided, autoScalaLibrary := false, crossVersion := CrossVersion.disabled, // we don't actually depend on that thanks to proguarding / shading in interface