From d53761d6a77370508b20158925c8bbf8e8703784 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:09:15 +0000 Subject: [PATCH] Update scalacheck to 1.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9755df0..051967f 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val `sbt-tpolecat-plugin` = project libraryDependencies ++= Seq( "org.typelevel" %% "scalac-options" % "0.1.7", "org.scalatest" %% "scalatest" % "3.2.19" % Test, - "org.scalacheck" %% "scalacheck" % "1.17.1" % Test, + "org.scalacheck" %% "scalacheck" % "1.18.0" % Test, "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test ), mimaPreviousArtifacts := Set(