From a6bd86f210b02a4427e5e089f598e3de2bcfc73e Mon Sep 17 00:00:00 2001 From: RenkuBot <53332360+RenkuBot@users.noreply.github.com> Date: Tue, 7 May 2024 11:38:54 +0200 Subject: [PATCH] chore: Update http4s-circe, http4s-dsl, ... from 0.23.26 to 0.23.27 (#1905) Co-authored-by: RenkuBot --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 633c410a9..7ae36fb54 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,8 +15,8 @@ object Dependencies { val circeOptics = "0.15.0" val diffx = "0.9.0" val fs2 = "3.10.2" - val http4s = "0.23.26" - val http4sEmber = "0.23.26" + val http4s = "0.23.27" + val http4sEmber = "0.23.27" val http4sPrometheus = "0.24.6" val ip4s = "3.5.0" val jsonld4s = "0.15.0"