From b417d4f79efa1656f7954d6a2288eb3991e5c5b4 Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 9 Apr 2019 09:41:00 +0200 Subject: [PATCH] Update utest to 0.6.7 (#57) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4de1d44e7..f3eb3a009 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.6" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.7" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )