From ee2e1a545e1e4a379a1494da1e010fe626acf55e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 23:46:25 +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 e4087e9..08cfa46 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val deps = { "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % "it,test", "org.scalatest" %% "scalatest" % "3.2.17" % "it,test", - "org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % "it,test", + "org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % "it,test", "ch.qos.logback" % "logback-classic" % "1.3.11" % "it,test" ) }