From 49a1a415c07bd6eec1f8c3e96acedbce9b5d54ff Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:49:39 +0100 Subject: [PATCH] Update utest to 0.7.11 (#377) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7280e11f..a1b11504e 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.10" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.11" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )