From 642919536496d62f4571ab0f5d6665f775930fb2 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 9 Sep 2022 06:06:18 +0000 Subject: [PATCH] Update http4s-circe to 0.23.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e51cfdb..3905618 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.15" val scalatest: String = "3.2.12" }