From 8a6fe3e0424042fafd72f1f2f6d1674f033dfe83 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2020 08:31:25 +0100 Subject: [PATCH] Update junit-4-12 to 3.1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 084f4ec3..94b40d8b 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.0" % "test", - "org.scalatestplus" %% "junit-4-12" % "3.1.0.0" % "test", + "org.scalatestplus" %% "junit-4-12" % "3.1.1.0" % "test", "org.scalameta" %% "munit" % "0.5.2" % "test" )