From b711c3e02f8ed4ba887f61e70f0e7c47826194aa Mon Sep 17 00:00:00 2001 From: "argonaut-bot[bot]" <74832392+argonaut-bot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 00:18:29 +0000 Subject: [PATCH] Update specs2-scalacheck to 4.20.2 in master --- project/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.scala b/project/build.scala index 4aefe0db..f3079952 100644 --- a/project/build.scala +++ b/project/build.scala @@ -146,7 +146,7 @@ object build { ) .settings( libraryDependencies += { - "org.specs2" %%% "specs2-scalacheck" % "4.20.1" % "test" + "org.specs2" %%% "specs2-scalacheck" % "4.20.2" % "test" }, libraryDependencies ++= { if (isScala3.value) {