Skip to content

Commit

Permalink
Merge pull request #396 from scala-steward/update/scalacheck-1.16.0
Browse files Browse the repository at this point in the history
Update scalacheck to 1.16.0
  • Loading branch information
mpilquist authored Apr 21, 2022
2 parents dcecede + 2900a73 commit 51cd957
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 @@ -39,7 +39,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform)
.settings(mimaPreviousArtifacts := Set.empty)
.settings(
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.15.4",
"org.scalacheck" %%% "scalacheck" % "1.16.0",
"org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.11" % Test,
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test
Expand Down

0 comments on commit 51cd957

Please sign in to comment.