Skip to content

Commit

Permalink
Merge pull request #707 from scala-steward/update/scalatest-3.2.11
Browse files Browse the repository at this point in the history
scalatest 3.2.11 (was 3.2.10)
  • Loading branch information
mkurz authored Jan 29, 2022
2 parents 0e09d8a + 776a8f0 commit db853f0
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 @@ -155,7 +155,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
)
),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.10" % Test,
"org.scalatest" %%% "scalatest" % "3.2.11" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.10.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.15.4" % Test,
),
Expand Down

0 comments on commit db853f0

Please sign in to comment.