From dc69ec56df19ac264a314a9017876c44693ff92c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 7 Sep 2022 19:05:20 +0200 Subject: [PATCH] Update utest to 0.8.1 (#410) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01a04f223..f09b989cf 100644 --- a/build.sbt +++ b/build.sbt @@ -163,7 +163,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.0" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )