From e90fb1d0b768a20947f71248e0523dc2a56efbd7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:21:40 +0000 Subject: [PATCH] Update utest to 0.9.5 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3171726..3ba9754 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val utest = crossProject(JSPlatform, JVMPlatform, NativePlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion, - "com.lihaoyi" %%% "utest" % "0.9.0"), + "com.lihaoyi" %%% "utest" % "0.9.5"), Test / scalacOptions -= "-Xfatal-warnings") .nativeSettings(tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> NativeVersionIntroduced).toMap)