From e2ad1422d1418343e175b3568920211b9b9440d5 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:15:14 +0000 Subject: [PATCH] Update specs2-scalacheck to 4.20.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c3811fe..19b9b6c 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ lazy val standardSettings = Def.settings( "org.apache.poi" % "poi-ooxml" % poiVersion, "org.scalaz" %% "scalaz-effect" % scalazVersion, "org.scalaz" %% "scalaz-scalacheck-binding" % scalazVersion % "test", - "org.specs2" %% "specs2-scalacheck" % "4.20.1" % "test" + "org.specs2" %% "specs2-scalacheck" % "4.20.2" % "test" ) }, conflictWarning := {