From 4c4e06127a3b5d678a9da6643e179a4a7a962d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:07:59 +0000 Subject: [PATCH] Update dependency org.specs2:specs2-core to v4.20.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cdde12b..c07c84a 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val octopushAkka = project "com.typesafe.akka" %% "akka-http-core" % "10.5.3", "com.typesafe.akka" %% "akka-http-xml" % "10.5.3", "com.iheart" %% "ficus" % "1.5.2", - "org.specs2" %% "specs2-core" % "4.20.3" % "test" + "org.specs2" %% "specs2-core" % "4.20.4" % "test" ), Test/fork := true, scalariformAutoformat := true,