Skip to content

Commit

Permalink
Merge pull request #2322 from scalacenter/update/utest-0.8.3
Browse files Browse the repository at this point in the history
build(deps): Update utest from 0.8.2 to 0.8.3
  • Loading branch information
tgodzik authored Apr 15, 2024
2 parents 24f1950 + 658a40e commit b4b01ba
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 @@ -71,7 +71,7 @@ object Dependencies {
val ztExec = "org.zeroturnaround" % "zt-exec" % ztExecVersion
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14"

val utest = "com.lihaoyi" %% "utest" % "0.8.2"
val utest = "com.lihaoyi" %% "utest" % "0.8.3"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
val junit = "com.github.sbt" % "junit-interface" % junitVersion
val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion
Expand Down

0 comments on commit b4b01ba

Please sign in to comment.