We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7995b commit 604ce20Copy full SHA for 604ce20
project/Dependencies.scala
@@ -61,7 +61,7 @@ object Dependencies {
61
val coursierInterface = "io.get-coursier" % "interface" % "1.0.28"
62
val configDirectories = "io.get-coursier.util" % "directories-jni" % "0.1.2"
63
val coursierInterfaceSubs = "io.get-coursier" % "interface-svm-subs" % "1.0.19"
64
- val svm = "org.graalvm.nativeimage" % "svm" % "25.0.1"
+ val svm = "org.graalvm.nativeimage" % "svm" % "25.0.2"
65
val coursier = "io.get-coursier" %% "coursier" % coursierVersion
66
val coursierJvm = "io.get-coursier" %% "coursier-jvm" % coursierVersion
67
val dependency = "io.get-coursier" %% "dependency" % "0.3.2"
0 commit comments