diff --git a/build.sc b/build.sc index 5b43000d5..cd7c583d4 100644 --- a/build.sc +++ b/build.sc @@ -96,7 +96,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") }