From 86675cf4b62e864875f92a73a722991e1b77f0d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2024 18:48:28 +0000 Subject: [PATCH] Update specs2-core, specs2-junit, ... to 4.20.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef61600a..b8225d6a 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ import java.text.SimpleDateFormat import java.util.Calendar -val specs2V = "4.20.8" // based on spray 1.3.x built in support +val specs2V = "4.20.9" // based on spray 1.3.x built in support val akkaV = "2.7.+" val sprayV = "1.3.+"