From d5e93546cc6ab67f1eb24f62fc1d0d6dc99ba9f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Dec 2024 17:19:12 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.30 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index e3de4af..2d00168 100644 --- a/build.sbt +++ b/build.sbt @@ -128,10 +128,10 @@ val app = crossProject(JVMPlatform, NativePlatform) "com.disneystreaming.smithy4s" %%% "smithy4s-http4s" % smithy4sVersion.value, "org.typelevel" %%% "cats-mtl" % "1.3.1", "com.monovore" %%% "decline-effect" % "2.4.1", - "org.http4s" %%% "http4s-dsl" % "0.23.23", - "org.http4s" %%% "http4s-ember-server" % "0.23.23", - "org.http4s" %%% "http4s-ember-client" % "0.23.23", - "org.http4s" %%% "http4s-circe" % "0.23.23", + "org.http4s" %%% "http4s-dsl" % "0.23.30", + "org.http4s" %%% "http4s-ember-server" % "0.23.30", + "org.http4s" %%% "http4s-ember-client" % "0.23.30", + "org.http4s" %%% "http4s-circe" % "0.23.30", "io.circe" %%% "circe-parser" % "0.14.6", "org.typelevel" %%% "log4cats-noop" % "2.6.0", "org.polyvariant" %%% "colorize" % "0.3.2"