From 0bf23d661d71eb5d4c68f53d34b7a11b975e0839 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 24 Jun 2024 00:25:32 +0000 Subject: [PATCH] Update scalatest-flatspec, ... to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1651341c..d970e95a5 100644 --- a/build.sbt +++ b/build.sbt @@ -142,7 +142,7 @@ val pekkoStreamVersion = "1.0.2" 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.18" % Test + "org.scalatest" %%% s"scalatest-$m" % "3.2.19" % Test ) val zio1Version = "1.0.18"