From f1048822f8b1862e52f6068d6734b719b4825733 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:05:31 +0000 Subject: [PATCH] Update specs2-core to 4.23.0 in series/0.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3323cac9..77e0cf31 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val specs2 = project .settings( name := "cats-effect-testing-specs2", - libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.9").cross(CrossVersion.for3Use2_13), + libraryDependencies += ("org.specs2" %% "specs2-core" % "4.23.0").cross(CrossVersion.for3Use2_13), mimaPreviousArtifacts := { if (isDotty.value)