Skip to content

Commit

Permalink
Update svm to 24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 10, 2025
1 parent 1b6c11d commit 94e4d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import mill._, scalalib._

object Deps {
def svm = ivy"org.graalvm.nativeimage:svm:21.3.12"
def svm = ivy"org.graalvm.nativeimage:svm:24.1.1"
def utest = ivy"com.lihaoyi::utest:0.7.11"
}

Expand Down

0 comments on commit 94e4d7c

Please sign in to comment.