diff --git a/build.sc b/build.sc index b39e648d4..ab3e9f8da 100644 --- a/build.sc +++ b/build.sc @@ -104,7 +104,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.4") ++ Option.when(!isScala3(scalaVersion()))(ivy"com.lihaoyi:::acyclic:$acyclic") }