From 240b80efc44a1ba3a4c9420dbb42102586e51f2d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Sep 2024 14:16:45 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.28 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dcd0189..0521d05 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -55,7 +55,7 @@ object Dependencies { lazy val catsEffectStd = Seq("org.typelevel" %% "cats-effect-std" % catsEffectVersion) lazy val catsEffect = Seq("org.typelevel" %% "cats-effect" % catsEffectVersion) - lazy val http4sVersion = "0.23.27" + lazy val http4sVersion = "0.23.28" lazy val http4s = Seq( "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-circe" % http4sVersion