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 004ed7e commit effd903Copy full SHA for effd903
build.sc
@@ -96,7 +96,7 @@ trait CommonPublishModule
96
97
trait CommonTestModule0 extends ScalaModule with TestModule.Utest {
98
def ivyDeps = {
99
- Agg(ivy"com.lihaoyi::utest::0.8.3") ++
+ Agg(ivy"com.lihaoyi::utest::0.8.4") ++
100
Option.when(!isScala3(scalaVersion()))(ivy"com.lihaoyi:::acyclic:$acyclic")
101
}
102
0 commit comments