From 2040e12fcbcff1a791382893ba01152f4007e778 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 11:49:30 +0000 Subject: [PATCH] Update utest to 0.8.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ea2cbc7..425e2c9 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.8.4" % Test) ) lazy val parentProject = project