From 839d92de8fcc31cf8321bbcdf9a3554c043c9d3a 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 Jan 2025 01:07:43 +0000 Subject: [PATCH] Update natchez-http4s to 0.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8bf294f..88ac14c 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.1", "com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC1", "co.fs2" %% "fs2-core" % "3.2.7", "org.typelevel" %% "cats-core" % "2.7.0",