We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca02cf commit b9633c1Copy full SHA for b9633c1
build.sc
@@ -104,7 +104,7 @@ trait CommonPublishModule
104
105
trait CommonTestModule0 extends ScalaModule with TestModule.Utest {
106
def ivyDeps = {
107
- Agg(ivy"com.lihaoyi::utest::0.8.3") ++
+ Agg(ivy"com.lihaoyi::utest::0.8.4") ++
108
Option.when(!isScala3(scalaVersion()))(ivy"com.lihaoyi:::acyclic:$acyclic")
109
}
110
0 commit comments