From cf954a00b24730854e168d2ae112e5420d4cf17e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:36:09 +0200 Subject: [PATCH] Update utest to 0.7.11 (#169) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index abb310f..b85567b 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.10" % Test) + libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.7.11" % Test) ) lazy val parentProject = project