Skip to content

Commit

Permalink
Merge pull request #708 from scala-steward/update/scalacheck-1-15-3.2…
Browse files Browse the repository at this point in the history
….11.0

scalacheck-1-15 3.2.11.0 (was 3.2.10.0)
  • Loading branch information
mergify[bot] authored Jan 29, 2022
2 parents db853f0 + 57db796 commit 8a221e6
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 @@ -156,7 +156,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.11" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.10.0" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.11.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.15.4" % Test,
),
libraryDependencies += {
Expand Down

0 comments on commit 8a221e6

Please sign in to comment.