Skip to content

Commit

Permalink
Update scalatest-flatspec, ... to 3.2.19 (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jun 24, 2024
1 parent ca8d75f commit 474392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 474392a

Please sign in to comment.