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 f18a519 commit ab65a62
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 @@ -17,7 +17,7 @@ object ProjectDependencies {
"org.typelevel" %% "discipline-scalatest" % "2.2.0" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test cross CrossVersion.binary,
"org.scalatest" %% "scalatest" % "3.2.18" % Test cross CrossVersion.binary,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test cross CrossVersion.binary
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test cross CrossVersion.binary
)

object XPath {
Expand Down

0 comments on commit ab65a62

Please sign in to comment.