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 12, 2024
1 parent 9b29035 commit 991c02d
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 @@ -68,7 +68,7 @@ trait Common extends CrossScalaModule {
}

trait CommonTestModule extends ScalaModule with TestModule.Utest {
override def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.3")
override def ivyDeps = Agg(ivy"com.lihaoyi::utest::0.8.4")
}

object geny extends Module {
Expand Down

0 comments on commit 991c02d

Please sign in to comment.