From e94e3877e07f3602107d9fa84c088fbdbb5f52eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Apr 2025 14:57:58 +0000 Subject: [PATCH] Update utest to 0.8.5 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 17e286de8..3513d4104 100644 --- a/build.mill +++ b/build.mill @@ -97,7 +97,7 @@ trait CommonPublishModule trait CommonTestModule0 extends ScalaModule with TestModule.Utest { def ivyDeps = { - Agg(ivy"com.lihaoyi::utest::0.8.3") ++ + Agg(ivy"com.lihaoyi::utest::0.8.5") ++ Option.when(!isScala3(scalaVersion()))(ivy"com.lihaoyi:::acyclic:$acyclic") }