From ffe7470bf5a0a0e65ee6b9cac1898cf7251d741c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Aug 2025 18:31:34 +0000 Subject: [PATCH] Update specs2-core to 4.20.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64d8e85..f5ae4ae 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val commonSettings = Seq( "org.slf4j" % "slf4j-api" % "2.0.7", "org.slf4j" % "slf4j-log4j12" % "2.0.7" % "test", "io.spray" %% "spray-json" % "1.3.6" % "test", - "org.specs2" %% "specs2-core" % "4.20.0" % "test" + "org.specs2" %% "specs2-core" % "4.20.9" % "test" ), publishMavenStyle := true, publishTo := Some {