Skip to content

Commit

Permalink
Update utest to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2023
1 parent dae7421 commit 3fed02a
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 @@ -90,7 +90,7 @@ trait CommonPublishModule

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

Expand Down

0 comments on commit 3fed02a

Please sign in to comment.