Skip to content

Commit

Permalink
Merge pull request #82 from scala-steward/update/utest-0.8.5
Browse files Browse the repository at this point in the history
Update utest to 0.8.5
  • Loading branch information
tgodzik authored Jan 10, 2025
2 parents f0891e4 + e6e963b commit aa0ae33
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 @@ -26,7 +26,7 @@ object Deps {
def jsoniterMacros =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Version.jsoniterScala}"
def sttp = ivy"com.softwaremill.sttp.client3::core:3.10.2"
def utest = ivy"com.lihaoyi::utest::0.8.4"
def utest = ivy"com.lihaoyi::utest::0.8.5"
}

trait Publish extends CrossScalaModule with Published {
Expand Down

0 comments on commit aa0ae33

Please sign in to comment.