From 5c5ecd6830a6f98613dc26bf2321b0a10e9ec642 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Thu, 24 Oct 2024 02:26:05 +0200 Subject: [PATCH] Update http4s-circe, http4s-ember-server to 0.23.29 (#695) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b930dee0..196f7880 100644 --- a/build.sbt +++ b/build.sbt @@ -12,8 +12,8 @@ val scala3Version = "3.5.2" val tapirVersion = "1.11.5" -val http4sEmberServerVersion = "0.23.28" -val http4sCirceVersion = "0.23.28" +val http4sEmberServerVersion = "0.23.29" +val http4sCirceVersion = "0.23.29" val circeVersion = "0.14.10" val circeGenericsExtrasVersion = "0.14.3" val sttpVersion = "3.10.1"