We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a7995b + 604ce20 commit 34cd25bCopy full SHA for 34cd25b
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