diff --git a/build.sbt b/build.sbt index ab60c95..bc6326a 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val `postgresql-init-core` = (project in file(".")) "org.tpolecat" %% "natchez-xray" % natchezVersion, "org.tpolecat" %% "natchez-http4s" % "0.3.2", "org.typelevel" %% "cats-tagless-macros" % "0.14.0", - "org.http4s" %% "http4s-ember-client" % "0.23.13", + "org.http4s" %% "http4s-ember-client" % "0.23.31", "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-generic" % circeV, "io.circe" %% "circe-refined" % circeV,