From fced8b29f3f4a21206af1a2d4238c8feb14533ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Oct 2024 00:09:17 +0000 Subject: [PATCH] chore(deps): bump http4s-circe, http4s-core, ... from 0.23.27 to 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd71492..eb514ca 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val scala3Version = "3.3.3" val dependencies = { val circeVersion = "0.14.3" val tapirVersion = "1.1.2" - val http4sVersion = "0.23.27" + val http4sVersion = "0.23.28" val prometheusVersion = "0.16.0" val macwireVersion = "2.5.9" val slickPgVersion = "0.21.1"