From 509901791081437af14b51ebfdf31144be995231 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 5 May 2024 14:51:10 +0200 Subject: [PATCH] Update scalacheck to 1.18.0 in scala2 (#579) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04803b934..8aaea1726 100644 --- a/build.sbt +++ b/build.sbt @@ -183,7 +183,7 @@ def coulombPureConfigDeps = Seq( def coulombCatsDeps = Def.setting(Seq( "org.typelevel" %%% "cats-core" % "2.10.0" % Provided, "org.typelevel" %%% "cats-testkit" % "2.10.0" % Provided, - "org.scalacheck" %%% "scalacheck" % "1.17.1" % Provided + "org.scalacheck" %%% "scalacheck" % "1.18.0" % Provided // "org.typelevel" %%% "discipline-core" % "1.1.2" % Test ))