From eeaba7e157bb0a0349c7daac554ca6f3559ad7de Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Oct 2025 21:46:12 +0000 Subject: [PATCH] Update specs2-core to 5.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b663c0..4070cc6 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val lib = project "org.yaml" % "snakeyaml" % "2.5", CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => - "org.specs2" %% "specs2-core" % "5.6.4" % "test" + "org.specs2" %% "specs2-core" % "5.7.0" % "test" case Some((2, scalaMajor)) if scalaMajor >= 11 => "org.specs2" %% "specs2-core" % "4.21.0" % "test" case _ =>