Skip to content

Commit

Permalink
Update utest to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 17, 2024
1 parent 542832f commit 46d1dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ trait CommonPublishModule

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

Expand Down

0 comments on commit 46d1dc5

Please sign in to comment.