Skip to content

Commit

Permalink
Update utest to 0.8.2 (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 9, 2023
1 parent 114c5d3 commit a819547
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 @@ -81,7 +81,7 @@ object Deps {
// also using the 2.13 version in Scala 3, as that's the one that Ammonite pulls (the Scala 3 one creates bin compat issues too)
if (sv.startsWith("2.")) ivy"com.lihaoyi::upickle:3.1.3"
else ivy"com.lihaoyi:upickle_2.13:3.1.3"
def utest = ivy"com.lihaoyi::utest:0.8.1"
def utest = ivy"com.lihaoyi::utest:0.8.2"
}

object ScalaVersions {
Expand Down

0 comments on commit a819547

Please sign in to comment.