Skip to content

Commit f640227

Browse files
committed
Update utest to 0.8.5
1 parent befed3b commit f640227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ trait CommonPublishModule
9797

9898
trait CommonTestModule0 extends ScalaModule with TestModule.Utest {
9999
def ivyDeps = {
100-
Agg(ivy"com.lihaoyi::utest::0.8.3") ++
100+
Agg(ivy"com.lihaoyi::utest::0.8.5") ++
101101
Option.when(!isScala3(scalaVersion()))(ivy"com.lihaoyi:::acyclic:$acyclic")
102102
}
103103

0 commit comments

Comments
 (0)