From 7fb2f625f084767766ffd58020b2066074d7bbc2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 14 Dec 2019 17:18:57 +0100 Subject: [PATCH] Update utest to 0.7.2 (#166) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ac8ec31d..11ae83497 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ lazy val `sbt-coursier-shared` = project .settings( plugin, generatePropertyFile, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.1" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.2" % Test, testFrameworks += new TestFramework("utest.runner.Framework") )