From bc254f48eb9289055074975c47672c9c2c72b675 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:26:50 +0000 Subject: [PATCH] Update utest to 0.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 957d7ad..12d4f94 100644 --- a/build.sbt +++ b/build.sbt @@ -180,7 +180,7 @@ lazy val library: Project = (project in file("library")) ).toSeq } }.taskValue, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.9" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.9.0" % Test, testFrameworks += new TestFramework("utest.runner.Framework"), )