From accecdbd78758ffd623e2d717c1ec384ac940bbf Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Thu, 4 Jan 2024 01:12:43 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl from 0.23.24 to 0.23.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e680f62..aa5c14e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val Http4sVersion = "0.23.16" -val Http4sLibVersion = "0.23.24" +val Http4sLibVersion = "0.23.25" val CirceVersion = "0.14.6" val Specs2Version = "4.20.3" val LogbackVersion = "1.4.14"