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
dwolla-oss-scala-steward[bot] committed Jun 7, 2024
1 parent a7630fc commit 89ba9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BouncyCastlePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ object BouncyCastlePlugin extends AutoPlugin {
sourceDirectory := (ThisBuild / baseDirectory).value / "testkit" / "src",
libraryDependencies ++= {
Seq(
"org.scalacheck" %% "scalacheck" % "1.17.1",
"org.scalacheck" %% "scalacheck" % "1.18.0",
"eu.timepit" %% "refined-scalacheck" % "0.10.3",
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.2",
)
Expand Down

0 comments on commit 89ba9ad

Please sign in to comment.