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