From 55de103d3080b35e8f2ff15b1cc8141daaad234f Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 7 Feb 2020 20:21:25 +0900 Subject: [PATCH] Update utest to 0.7.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4099dfc5..fe9d70d2 100644 --- a/build.sbt +++ b/build.sbt @@ -147,7 +147,7 @@ lazy val library: Project = (project in file("library")) name := "pamflet-library", description := "Core Pamflet library", libraryDependencies ++= libraryDeps.value, - libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.3" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.4" % Test, testFrameworks += new TestFramework("utest.runner.Framework"), )