From ad4f1dcc2c932163d75637be1d031e367438514f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 May 2020 04:07:41 +0200 Subject: [PATCH] Update junit-4-12 to 3.1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed67ae92..6e9a889c 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.1" % "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.5" % "test" )