From e4677cb58f94f78e368c11bac2816bf9bf0084fa Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 30 Jul 2022 20:20:29 +0200 Subject: [PATCH] Update utest to 0.8.0 (#393) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 12f88b7f8..c5f9830d9 100644 --- a/build.sbt +++ b/build.sbt @@ -116,7 +116,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.11" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.0" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )