From a8ffe8fa767ddb5ef9b13ed869b5b6892e6d669a Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:24:51 +0000 Subject: [PATCH] Update specs2-core, specs2-scalacheck to 4.20.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bdc8dda..c4c2496 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val fs2V = "3.6.1" val scodecCatsV = "1.2.0" val http4sV = "0.23.18" val circeV = "0.14.5" -val specs2V = "4.20.0" +val specs2V = "4.20.4" val mulesV = "0.7.0"