From fc1dc5320ab70da3ce72c08176ce0190f5932ccb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Nov 2025 15:28:13 +0000 Subject: [PATCH] Update utest to 0.9.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04cc1f9..2804983 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val publishSettings = Seq( lazy val testSettings = Seq( Test / scalacOptions ++= Seq("-Yrangepos", "-feature"), testFrameworks += new TestFramework("utest.runner.Framework"), - libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.7.11" % Test) + libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.9.2" % Test) ) lazy val parentProject = project