From b7fe90eda9cda9aca25c5658032f1b58bf73af02 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 00:25:46 +0000 Subject: [PATCH] Update utest from 0.8.9 to 0.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec39c708e..8cf6ae936 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.18.1" % Test, scalaMock, - "com.lihaoyi" %% "utest" % "0.8.9" % "test", + "com.lihaoyi" %% "utest" % "0.9.0" % "test", munitDep, "com.amazonaws" % "aws-java-sdk-s3" % "1.12.788" % IntegrationTest, "com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,