From 2efb919b89fd629c84f012c5591fbfaa304165d0 Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 13 Jan 2019 23:51:39 +0100 Subject: [PATCH] Update utest to 0.6.6 (#20) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccda78cb3..d9df7cabc 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.4" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.6" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )