diff --git a/build.sbt b/build.sbt index 32ea8dd..1c1fa6a 100644 --- a/build.sbt +++ b/build.sbt @@ -8,10 +8,10 @@ ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6") val commonDependencies = Seq( // Depend on http4s-managed cats and circe - "org.http4s" %% "http4s-ember-client" % "0.21.24", - "org.http4s" %% "http4s-ember-server" % "0.21.24", - "org.http4s" %% "http4s-circe" % "0.21.24", - "org.http4s" %% "http4s-dsl" % "0.21.24", + "org.http4s" %% "http4s-ember-client" % "0.21.33", + "org.http4s" %% "http4s-ember-server" % "0.21.33", + "org.http4s" %% "http4s-circe" % "0.21.33", + "org.http4s" %% "http4s-dsl" % "0.21.33", // ZIO and the interop library "dev.zio" %% "zio" % "1.0.9",