Skip to content

Commit

Permalink
Merge pull request #1418 from scala-steward/update/scalatest-flatspec…
Browse files Browse the repository at this point in the history
…-3.2.12

Update scalatest-flatspec, ... to 3.2.12
  • Loading branch information
mergify[bot] authored Apr 25, 2022
2 parents 91840ce + efb102a commit a70d969
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 @@ -140,7 +140,7 @@ val akkaStreamVersion = "2.6.19"
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % akkaStreamVersion

val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", "wordspec", "shouldmatchers").map(m =>
"org.scalatest" %%% s"scalatest-$m" % "3.2.11" % Test
"org.scalatest" %%% s"scalatest-$m" % "3.2.12" % Test
)

val zio1Version = "1.0.14"
Expand Down

0 comments on commit a70d969

Please sign in to comment.