Skip to content

Commit effd903

Browse files
committed
Update utest to 0.8.4
1 parent 004ed7e commit effd903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

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

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

0 commit comments

Comments
 (0)