From 78b9f37745be42c713c509b08b000c931031b808 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 21:10:35 +0000 Subject: [PATCH] Update junit-4-13 to 3.2.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a49a65..21b1960 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ libraryDependencies ++= Seq( "org.slf4j" % "slf4j-simple" % slf4jVersion % "test", "org.scalatest" %% "scalatest" % "3.2.17" % "test", "org.scalatestplus" %% "mockito-4-6" % "3.2.15.0" % "test", - "org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % "test", + "org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % "test", "com.github.sbt" % "junit-interface" % "0.13.3" % Test, "org.hamcrest" % "hamcrest-library" % "2.2" % "test", "dev.zio" %% "izumi-reflect" % "2.3.8" % Test,