From 08ce05f94f58ed74780766bce0f118369d3b98ca Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 7 May 2023 13:39:32 +0000 Subject: [PATCH] Update scalacheck-1-15 to 3.2.14.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ae653bd..6583bd4 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,7 @@ lazy val pattern = crossProject(JSPlatform, JVMPlatform) "io.circe" %%% "circe-core" % circeVersion, "io.circe" %%% "circe-generic" % circeVersion % Test, "io.circe" %%% "circe-testing" % circeVersion % Test, - "org.scalatestplus" %%% "scalacheck-1-15" % "3.2.11.0" % Test, + "org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test, "org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test ), ghpagesNoJekyll := true, @@ -132,7 +132,7 @@ lazy val droste = crossProject(JVMPlatform) "io.circe" %%% "circe-testing" % circeVersion % Test, "io.higherkindness" %%% "droste-core" % drosteVersion, "io.higherkindness" %%% "droste-laws" % drosteVersion % Test, - "org.scalatestplus" %%% "scalacheck-1-15" % "3.2.11.0" % Test, + "org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test, "org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test ), ghpagesNoJekyll := true,