From c5e551cf3a11ded17f46fa5b512af728cbed43b2 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:21:08 +0000 Subject: [PATCH] Update utest from 0.8.4 to 0.8.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f214a1b5e..613c066b1 100644 --- a/build.sbt +++ b/build.sbt @@ -579,7 +579,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing")) libraryDependencies ++= Seq( "org.scalacheck" %% "scalacheck" % "1.18.1" % Test, scalaMock, - "com.lihaoyi" %% "utest" % "0.8.4" % "test", + "com.lihaoyi" %% "utest" % "0.8.5" % "test", munitDep, "com.amazonaws" % "aws-java-sdk-s3" % "1.12.780" % IntegrationTest, "com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,