From a7d4c06e06049fa2fa6f9bb8347e2583f25e3fd8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 11:06:42 +0000 Subject: [PATCH] Update specs2-core, specs2-scalacheck to 4.20.3 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 7f8f2675d..308a50ff0 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -35,7 +35,7 @@ object Versions { val ScapegoatVersion = "1.4.11" val ShapelessVersion = "2.3.9" val Slf4jVersion = "2.0.9" - val Specs2Version = "4.20.2" + val Specs2Version = "4.20.3" val Stac4SVersion = "0.8.1" val SttpClientVersion = "2.3.0" val SttpShared = "1.3.16"