Skip to content

Commit

Permalink
Update scalacheck to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Apr 21, 2024
1 parent a7660ac commit a2fb413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object ProjectDependencies {
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test
)

object Docs {
Expand Down

0 comments on commit a2fb413

Please sign in to comment.