Skip to content

Commit

Permalink
Merge pull request #1949 from softwaremill/update/scalatest-flatspec-…
Browse files Browse the repository at this point in the history
…3.2.17

Update scalatest-flatspec, ... to 3.2.17
  • Loading branch information
mergify[bot] authored Sep 8, 2023
2 parents b944c35 + 98465f9 commit c7186ff
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 @@ -148,7 +148,7 @@ val pekkoStreamVersion = "1.0.1"
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.16" % Test
"org.scalatest" %%% s"scalatest-$m" % "3.2.17" % Test
)

val zio1Version = "1.0.18"
Expand Down

0 comments on commit c7186ff

Please sign in to comment.