Skip to content

Commit

Permalink
Update utest to 0.7.11 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 10, 2025
1 parent 16901a9 commit 1b6c11d
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
Expand Up @@ -2,7 +2,7 @@ import mill._, scalalib._

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

object Scala {
Expand Down

0 comments on commit 1b6c11d

Please sign in to comment.