From fe4dbb894ba18ff1d1f0441db3964dc1f61aee95 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Mon, 16 Jan 2023 05:40:24 +0000 Subject: [PATCH] Update http4s-circe to 0.23.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6f6252b..24c9e57 100755 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val V = new { val cats: String = "2.9.0" val collectioncompat: String = "2.9.0" val github4s: String = "0.31.2" - val http4s: String = "0.23.13" + val http4s: String = "0.23.17" val runtime: String = "0.7.0" val scala: String = "2.13.10" val scala212: String = "2.12.16"