From 2ff61f47f0eb1398928dde166a9b0d2f10f1df51 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 04:20:37 +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 97dbd22..62f741b 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ val commonSettings = Seq( }.value, testFrameworks += new TestFramework("utest.runner.Framework"), libraryDependencies ++= Seq( - "com.lihaoyi" %%% "utest" % "0.8.0" % "test" + "com.lihaoyi" %%% "utest" % "0.8.4" % "test" ), libraryDependencies += scalaVerDependent { case (2, _) => "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"