From 6385d6fc3b3d29d8761aca2a3401e2fd192f8bd4 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, 17 Apr 2026 20:15:41 +0000 Subject: [PATCH] Update natchez-http4s to 0.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8bf294f..c445e86 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val root = (project in file(".")) Seq( "org.typelevel" %% "feral-lambda-cloudformation-custom-resource" % feralVersion, "org.tpolecat" %% "natchez-xray" % natchezVersion, - "org.tpolecat" %% "natchez-http4s" % "0.3.2", + "org.tpolecat" %% "natchez-http4s" % "0.6.2", "com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC1", "co.fs2" %% "fs2-core" % "3.2.7", "org.typelevel" %% "cats-core" % "2.7.0",