From d0ed477b9316f8a92bf5e7df2805107cb4f95d86 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:54:07 +0100 Subject: [PATCH] Update utest to 0.8.2 (#486) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b6e983d1..f0b17518f 100644 --- a/build.sbt +++ b/build.sbt @@ -174,7 +174,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.2" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )