From edb66239dc9560980125dab45afa99056252fec8 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:22:00 +0000 Subject: [PATCH] Update specs2-core to 4.23.0 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3171726..f43ffd7 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform, NativePlatform) .dependsOn(core) .settings( name := "cats-effect-testing-specs2", - libraryDependencies += "org.specs2" %%% "specs2-core" % "4.20.9") + libraryDependencies += "org.specs2" %%% "specs2-core" % "4.23.0") .nativeSettings(tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> NativeVersionIntroduced).toMap) lazy val scalatest = crossProject(JSPlatform, JVMPlatform, NativePlatform)