From 7a057aa43bf243b364d12423ec4e396feb65e8b5 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:21:41 +0000 Subject: [PATCH] Update utest from 0.8.9 to 0.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0398a5fdf..7dfc91a56 100644 --- a/build.sbt +++ b/build.sbt @@ -591,7 +591,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing")) libraryDependencies ++= Seq( "org.scalacheck" %% "scalacheck" % "1.19.0" % Test, scalaMock, - "com.lihaoyi" %% "utest" % "0.8.9" % "test", + "com.lihaoyi" %% "utest" % "0.9.4" % "test", munitDep, "com.amazonaws" % "aws-java-sdk-s3" % "1.12.793" % IntegrationTest, "com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,