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"