From 7bfef072ef8ac203363de16e738faf33463abcc5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 14 Jan 2024 14:56:22 +0100 Subject: [PATCH] Update specs2-core, specs2-scalacheck to 4.20.4 (#1584) --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index ea0599b56..b96ed97e5 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.11" - val Specs2Version = "4.20.3" + val Specs2Version = "4.20.4" val Stac4SVersion = "0.8.1" val SttpClientVersion = "2.3.0" val SttpShared = "1.3.17"