From 4b6c7176814d7bbba5671eb52f44cd0a0307cd1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 20:49:47 +0000 Subject: [PATCH] Update dependency org.scalacheck:scalacheck to v1.19.0 --- dependencies.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sbt b/dependencies.sbt index a572158..0b02417 100644 --- a/dependencies.sbt +++ b/dependencies.sbt @@ -25,7 +25,7 @@ libraryDependencies ++= * @see [[https://github.com/spotify/magnolify]] */ libraryDependencies ++= - "org.scalacheck" %% "scalacheck" % "1.18.0" % Test :: + "org.scalacheck" %% "scalacheck" % "1.19.0" % Test :: "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test :: "com.spotify" %% "magnolify-scalacheck" % "0.7.2" % Test :: Nil