From 06e364b7b051aae244c668baf7f1ccc8bd48afd0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:08:26 +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 a8b7af0..1766ac2 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val `sbt-tpolecat-plugin` = project libraryDependencies ++= Seq( "org.typelevel" %% "scalac-options" % "0.1.4", "org.scalatest" %% "scalatest" % "3.2.16" % 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(