Skip to content

Commit

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

Update scalatest-flatspec, ... to 3.2.18
  • Loading branch information
mergify[bot] committed Feb 26, 2024
2 parents f89acc7 + 494a4ef commit 70e3113
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 @@ -143,7 +143,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.17" % Test
"org.scalatest" %%% s"scalatest-$m" % "3.2.18" % Test
)

val zio1Version = "1.0.18"
Expand Down

0 comments on commit 70e3113

Please sign in to comment.