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 5bca7f4 commit e06a3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object Deps {
def testUtil = ivy"io.github.alexarchambault::test-util:0.1.5"
def upickle =
ivy"com.lihaoyi::upickle:3.1.4" // trying to use the same version as Ammonite, to avoid bin compat issues
def utest = ivy"com.lihaoyi::utest:0.8.3"
def utest = ivy"com.lihaoyi::utest:0.8.4"
}

object ScalaVersions {
Expand Down

0 comments on commit e06a3dd

Please sign in to comment.