From c9c5bc1419dbf24354890fc95467c5edb6604f03 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, 21 Nov 2025 00:50:44 +0000 Subject: [PATCH] Update http4s-ember-client to 0.23.33 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d7090fa..36f4740 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.3-85-591274f-SNAPSHOT", // see https://github.com/typelevel/cats-tagless/issues/652 - "org.http4s" %% "http4s-ember-client" % "0.23.32", + "org.http4s" %% "http4s-ember-client" % "0.23.33", "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-generic" % circeV, "io.circe" %% "circe-literal" % circeV,