From efe866c75cb86f48ce822d28e7618224f3f0a273 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Oct 2024 15:06:53 +0000 Subject: [PATCH] Update http4s-core to 0.23.29 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 47b8a2c..b1a6bf6 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -28,5 +28,5 @@ object Deps { val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.31.1") val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.3") - val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.28") + val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.29") }