diff --git a/build.sbt b/build.sbt index 92e805bd..8c4b0b3f 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( "com.novocode" % "junit-interface" % "0.11" % "test", "com.google.guava" % "guava" % "23.0" % "test", "org.scalatest" %% "scalatest" % "3.1.2" % "test", - "org.scalatestplus" %% "junit-4-12" % "3.1.1.0" % "test", + "org.scalatestplus" %% "junit-4-12" % "3.1.2.0" % "test", "org.scalameta" %% "munit" % "0.7.7" % "test" )