Skip to content

Commit

Permalink
Merge pull request #745 from scala-steward/update/scalacheck-1.16.0
Browse files Browse the repository at this point in the history
scalacheck 1.16.0 (was 1.15.4)
  • Loading branch information
mergify[bot] authored Apr 11, 2022
2 parents 725a380 + 05cc936 commit 048079c
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 @@ -147,7 +147,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.11" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.11.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.15.4" % Test,
"org.scalacheck" %%% "scalacheck" % "1.16.0" % Test,
("com.chuusai" %% "shapeless" % "2.3.9").cross(CrossVersion.for3Use2_13) % Test
),
libraryDependencies += {
Expand Down

0 comments on commit 048079c

Please sign in to comment.