From 30f36c4d208df0a52a253865626c39801d86e32b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 25 Apr 2022 18:10:56 +0200 Subject: [PATCH] Update junit-4-13 to 3.2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c40a6b76..5b74ada4 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( "com.novocode" % "junit-interface" % "0.11" % "test", "com.google.guava" % "guava" % "30.1.1-jre" % "test", "org.scalatest" %% "scalatest" % "3.2.9" % "test", - "org.scalatestplus" %% "junit-4-13" % "3.2.9.0" % "test", + "org.scalatestplus" %% "junit-4-13" % "3.2.12.0" % "test", "org.scalameta" %% "munit" % "0.7.28" % "test" )