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