From 3148f3773dc7fa6c7bdec81f538a0184cafea145 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Dec 2024 00:50:09 +0000 Subject: [PATCH] Update scalatest to 3.2.19 in series/7.x --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e8406a47e..28af42876 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Dependencies { val ScalatestPlusMockitoArtifactId = "mockito-3-2" val ScalatestPlusVersion = "3.1.2.0" val ScalazVersion = "7.2.34" - val ScalatestVersion = "3.2.11" + val ScalatestVersion = "3.2.19" val Slf4jVersion = "2.0.16" val SprayJsonVersion = "1.3.6" val SttpVersion = "1.7.2"