From 12b5398362a7aba400345dbe6e5e7f6081409f18 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, 29 Aug 2024 20:06:26 +0000 Subject: [PATCH] Update natchez-http4s to 0.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3798e99..48a0d57 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val `mysql-init-custom-resource` = (project in file(".")) "org.typelevel" %% "feral-lambda-cloudformation-custom-resource" % feralVersion, "org.tpolecat" %% "natchez-noop" % natchezVersion, "org.tpolecat" %% "natchez-xray" % natchezVersion, - "org.tpolecat" %% "natchez-http4s" % "0.3.2", + "org.tpolecat" %% "natchez-http4s" % "0.6.0", "org.typelevel" %% "cats-tagless-macros" % "0.14.0", "org.http4s" %% "http4s-ember-client" % http4sVersion, "io.circe" %% "circe-parser" % circeVersion,