From e52aaca2a41ec9a3a889f7940b3decaafaec1ed3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 00:59:16 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1db06f43..2db73d46 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ val zioVersion = "1.0.16" val zioConfigVersion = "1.0.0-RC29-1" val zioCacheVersion = "0.1.2" val tapirVersion = "0.19.0-M13" -val http4sVersion = "0.23.12" +val http4sVersion = "0.23.25" val circeVersion = "0.14.1" val logbackVersion = "1.2.11"