diff --git a/build.sbt b/build.sbt index ef353a7..a9809fd 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val `postgresql-init-core` = (project in file(".")) "org.tpolecat" %% "natchez-xray" % natchezVersion, "org.tpolecat" %% "natchez-http4s" % "0.6.1", "org.typelevel" %% "cats-tagless-core" % "0.16.4", - "org.http4s" %% "http4s-ember-client" % "0.23.33", + "org.http4s" %% "http4s-ember-client" % "0.23.34", "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-generic" % circeV, "io.circe" %% "circe-literal" % circeV,