Skip to content

Commit

Permalink
Merge pull request #2393 from scalacenter/update/utest-0.8.4
Browse files Browse the repository at this point in the history
build(deps): Update utest from 0.8.3 to 0.8.4
  • Loading branch information
tgodzik authored Aug 8, 2024
2 parents f40f366 + 77d5ce6 commit 5336fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Dependencies {
val libdaemonjvm = "ch.epfl.scala" %% "libdaemon" % "0.0.12"
val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"

val utest = "com.lihaoyi" %% "utest" % "0.8.3"
val utest = "com.lihaoyi" %% "utest" % "0.8.4"
def munit = "org.scalameta" %% "munit" % "1.0.0"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
Expand Down

0 comments on commit 5336fec

Please sign in to comment.