From 211aabb58fe89006c2177db585e6d667e44f9943 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 19:26:12 +0000 Subject: [PATCH] Update specs2-core to 5.5.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 978c34d..d56f025 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ libraryDependencies += "org.yaml" % "snakeyaml" % "2.2" libraryDependencies := { CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => - libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "5.0.7" % "test") + libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "5.5.8" % "test") case Some((2, scalaMajor)) if scalaMajor >= 11 => libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "4.10.6" % "test") case _ =>