Skip to content

Commit b9633c1

Browse files
committed
Update utest to 0.8.4
1 parent 7ca02cf commit b9633c1

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
@@ -104,7 +104,7 @@ trait CommonPublishModule
104104

105105
trait CommonTestModule0 extends ScalaModule with TestModule.Utest {
106106
def ivyDeps = {
107-
Agg(ivy"com.lihaoyi::utest::0.8.3") ++
107+
Agg(ivy"com.lihaoyi::utest::0.8.4") ++
108108
Option.when(!isScala3(scalaVersion()))(ivy"com.lihaoyi:::acyclic:$acyclic")
109109
}
110110

0 commit comments

Comments
 (0)