From 0cac48c227ddaf8d350bd542f51b4d7f4ca20d79 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 00:13:01 +0000 Subject: [PATCH] Update http4s-ember-client to 0.23.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab60c95..57c552c 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.23", "io.circe" %% "circe-parser" % circeV, "io.circe" %% "circe-generic" % circeV, "io.circe" %% "circe-refined" % circeV,