Skip to content

Commit

Permalink
Update scalacheck to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Sep 15, 2024
1 parent 79c32a3 commit 61bd71f
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 @@ -111,7 +111,7 @@ object BouncyCastlePlugin extends AutoPlugin {
sourceDirectory := (ThisBuild / baseDirectory).value / "testkit" / "src",
libraryDependencies ++= {
Seq(
"org.scalacheck" %% "scalacheck" % "1.18.0",
"org.scalacheck" %% "scalacheck" % "1.18.1",
"eu.timepit" %% "refined-scalacheck" % "0.10.3",
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.2",
)
Expand Down

0 comments on commit 61bd71f

Please sign in to comment.