diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 36ccbdeda..a8bbcca5f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -82,7 +82,7 @@ object Dependencies { val sprayJson = Compile.sprayJson % "test" val junit = Compile.junit % "test" val specs2 = "org.specs2" %% "specs2-core" % "4.23.0" - val munit = "org.scalameta" %% "munit" % "1.2.1" + val munit = "org.scalameta" %% "munit" % "1.2.2" val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test" val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"