From 410b465cc339bafe9d48f1538322e6f8c5ecbc2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Mar 2026 01:49:32 +0000 Subject: [PATCH] Update scalatest to 3.2.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c71831b..391a9bd 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val activeMqVersion = "5.18.6" libraryDependencies ++= Seq( "org.apache.activemq" % "activemq-broker" % activeMqVersion, "org.apache.activemq" % "activemq-client" % activeMqVersion, - "org.scalatest" %% "scalatest" % "3.2.19" % Test, + "org.scalatest" %% "scalatest" % "3.2.20" % Test, "org.testng" % "testng" % "7.11.0" % Test, "com.google.guava" % "guava" % "33.5.0-jre" % Test, "ch.qos.logback" % "logback-classic" % "1.5.32" % Test,