From d1d246117b7ab6ce71f035f72444f193f8c62f8a Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 27 Jun 2022 05:34:28 +0000 Subject: [PATCH] Update http4s-circe to 0.23.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e51cfdb..dcc1c07 100755 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val V = new { val cats: String = "2.8.0" val circe: String = "0.14.2" val classutil: String = "1.5.1" - val http4s: String = "0.23.12" + val http4s: String = "0.23.13" val scalatest: String = "3.2.12" }