From b002b69f0ddc8c32701928cb37efc9847a2110d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Mar 2025 01:51:09 +0000 Subject: [PATCH] Update junit-4-13 to 3.2.19.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5172151..4c8b7fc1 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val twitterLibVersion = "21.2.0" val scalatestVersion = "3.2.16" val scalacheckVersion = "1.15.2" val scalatestPlusScalacheckVersion = "3.2.3.0" -val scalatestPlusJunitVersion = "3.2.16.0" +val scalatestPlusJunitVersion = "3.2.19.1" def util(mod: String) = "com.twitter" %% (s"util-$mod") % twitterLibVersion % "provided"