From b31a18677f481727d771db0cc83348037da6a4e4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Mar 2026 14:28:15 +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 fc38063..cf93c40 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val core = project "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", "io.circe" %% "circe-generic" % "0.14.10", "io.circe" %% "circe-generic-extras" % "0.14.4", - "org.scalatest" %% "scalatest" % "3.2.19" % "test", + "org.scalatest" %% "scalatest" % "3.2.20" % "test", "com.typesafe.akka" %% "akka-testkit" % Akka % "test" ) },