diff --git a/build.mill b/build.mill index 978884877..8ea5b9b88 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") }