From 3310666416ae968c2d76b217f613b585ed93766b Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Tue, 7 Nov 2023 02:13:18 +0100 Subject: [PATCH] Update http4s-circe, http4s-dsl from 0.23.16 to 0.23.23 (#113) * Update http4s-circe, http4s-dsl from 0.23.16 to 0.23.23 * Revert commit(s) 49161ce * Update http4s-circe, http4s-dsl from 0.23.16 to 0.23.23 --------- Co-authored-by: Anand Singh <4903911+anand-singh@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 19af243..5af3470 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val Http4sVersion = "0.23.15" -val Http4sLibVersion = "0.23.16" +val Http4sLibVersion = "0.23.23" val CirceVersion = "0.14.6" val Specs2Version = "4.19.0" val LogbackVersion = "1.4.11"