From f366b6d641a5fda958c1e610afdfaf59e5859338 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:07:41 +0000 Subject: [PATCH] Update specs2-core to 4.20.9 in series/0.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 314d727..a675533 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.8").cross(CrossVersion.for3Use2_13), + libraryDependencies += ("org.specs2" %% "specs2-core" % "4.20.9").cross(CrossVersion.for3Use2_13), mimaPreviousArtifacts := { if (isDotty.value)