Skip to content

Commit

Permalink
Update utest to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 10, 2025
1 parent ba5f59a commit 59b1d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trait FansiModule extends PublishModule with Mima with CrossScalaModule with Pla
}

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

object fansi extends Module {
Expand Down

0 comments on commit 59b1d34

Please sign in to comment.