From 7dc79b8e27011c731ad04cc8ee1548427328ec80 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:57:02 +0000 Subject: [PATCH] Update utest to 0.8.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ca89680..0f1cf14 100644 --- a/build.sbt +++ b/build.sbt @@ -368,7 +368,7 @@ lazy val commonSettings = Def.settings( libraryDependencies ++= Seq( "com.thesamet.scalapb" %%% "scalapb-runtime" % scalapbV.value, "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbV.value % "protobuf,test", - "com.lihaoyi" %%% "utest" % "0.8.3" % "test", + "com.lihaoyi" %%% "utest" % "0.8.4" % "test", ), testFrameworks += new TestFramework("utest.runner.Framework"), (Global / pomExtra) := {