From 460a79b96d80d4e2d4fe315cea1a5a8587221357 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 6 Feb 2020 23:13:46 +0100 Subject: [PATCH] Update utest to 0.7.4 (#190) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4cb64c63a..41fa16ccd 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.3" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.4" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )