From 5fa2dfc2fb03961b0de9d87c4aea98c017eb0963 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 0ec6c7f..3c44a14 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.5", "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(