Skip to content

Commit

Permalink
Merge pull request #607 from scala-steward/update/scalacheck-1.15.4
Browse files Browse the repository at this point in the history
scalacheck 1.15.4 (was 1.15.3)
  • Loading branch information
SethTisue authored May 5, 2021
2 parents e829bb8 + de25353 commit 242fc34
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 @@ -175,7 +175,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.8" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.8.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.15.3" % Test,
"org.scalacheck" %%% "scalacheck" % "1.15.4" % Test,
).map(_.cross(CrossVersion.for3Use2_13)),
libraryDependencies += {
if (isScala3.value)
Expand Down

0 comments on commit 242fc34

Please sign in to comment.