diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cb3f8bb8fc..c4f576880d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -78,7 +78,7 @@ object Dependencies { val libdaemonjvm = "ch.epfl.scala" %% "libdaemon" % "0.0.12" val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2" - val utest = "com.lihaoyi" %% "utest" % "0.8.7" + val utest = "com.lihaoyi" %% "utest" % "0.8.8" def munit = "org.scalameta" %% "munit" % "1.1.1" def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.0" val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"