From f3ef09f5d22cf5dddbc2bbd1ec44155a54c93693 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 27 Mar 2026 00:49:51 +0000 Subject: [PATCH] Update scalatest-flatspec, ... to 3.2.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d10f2687..fe62acc0b 100644 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ val pekkoStreamVersion = "1.4.0" val pekkoStreams = "org.apache.pekko" %% "pekko-stream" % pekkoStreamVersion val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", "wordspec", "shouldmatchers").map(m => - "org.scalatest" %%% s"scalatest-$m" % "3.2.19" % Test + "org.scalatest" %%% s"scalatest-$m" % "3.2.20" % Test ) val scalaTestPlusScalaCheck = libraryDependencies += "org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0" % Test