Skip to content

Commit

Permalink
Merge pull request #771 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
update scalatestplus-scalacheck
  • Loading branch information
mergify[bot] authored Jul 4, 2022
2 parents eb6afe7 + 35b3b1c commit a17e093
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 @@ -137,7 +137,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.12" % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % "3.2.11.0" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.12.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.16.0" % Test,
("com.chuusai" %% "shapeless" % "2.3.9").cross(CrossVersion.for3Use2_13) % Test
),
Expand Down

0 comments on commit a17e093

Please sign in to comment.