From 281515f20f267de33c9b700774aeef431e05bf04 Mon Sep 17 00:00:00 2001 From: "argonaut-bot[bot]" <74832392+argonaut-bot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:29:57 +0000 Subject: [PATCH] Update specs2-scalacheck to 5.5.8 in series/6.2.x --- project/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.scala b/project/build.scala index f9c8a953..2332a504 100644 --- a/project/build.scala +++ b/project/build.scala @@ -111,7 +111,7 @@ object build { libraryDependencies += { scalaBinaryVersion.value match { case "3" => - "org.specs2" %%% "specs2-scalacheck" % "5.5.6" % "test" + "org.specs2" %%% "specs2-scalacheck" % "5.5.8" % "test" case _ => "org.specs2" %%% "specs2-scalacheck" % "4.20.8" % "test" }