From 1f0f947c0c709e596e6634387ffb499c140bf2bc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Apr 2024 20:45:16 +0000 Subject: [PATCH] Update utest to 0.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97dbd22..a0b0566 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.3" % "test" ), libraryDependencies += scalaVerDependent { case (2, _) => "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"