Skip to content

Commit

Permalink
Merge pull request #2442 from scalacenter/update/svm-24.1.0
Browse files Browse the repository at this point in the history
build(deps): Update svm from 24.0.2 to 24.1.0
  • Loading branch information
tgodzik authored Sep 18, 2024
2 parents 4d9d369 + b376cb9 commit 76e5b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {
val scalazCore = "org.scalaz" %% "scalaz-core" % scalazVersion
val coursierInterface = "io.get-coursier" % "interface" % "1.0.20"
val coursierInterfaceSubs = "io.get-coursier" % "interface-svm-subs" % "1.0.19"
val svm = "org.graalvm.nativeimage" % "svm" % "24.0.2"
val svm = "org.graalvm.nativeimage" % "svm" % "24.1.0"
val coursier = "io.get-coursier" %% "coursier" % coursierVersion
val coursierJvm = "io.get-coursier" %% "coursier-jvm" % coursierVersion
val dependency = "io.get-coursier" %% "dependency" % "0.2.3"
Expand Down

0 comments on commit 76e5b0a

Please sign in to comment.