From 25210f932cf897b49773c99d5e66bea7b7bfa851 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:00:12 +0000 Subject: [PATCH] Update http4s-ember-client to 0.23.34 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,