From b3b658e58de67defcd9956b30b5c066da358b184 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:33:30 +0000 Subject: [PATCH] build(deps): Update utest from 0.8.2 to 0.8.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 959b12bae2..4c691aac98 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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.8.1" val junit = "com.github.sbt" % "junit-interface" % junitVersion val directoryWatcher = "ch.epfl.scala" % "directory-watcher" % directoryWatcherVersion