From c2c72c266c3a67e762680b1a42cb60736ddf064c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:26:26 +0200 Subject: [PATCH] Update scalacheck to 1.18.1 (#391) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c592493..3fd336c 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= Seq( "io.circe" %% "circe-yaml" % "0.15.2", "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test, - "org.scalacheck" %% "scalacheck" % "1.17.1" % Test, + "org.scalacheck" %% "scalacheck" % "1.18.1" % Test, "com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0" % Test ) addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")