From d48602aae01af37af2216e5e67956114f6d08c61 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:11 +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 18bd236..a596481 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ lazy val `rabbitmq-topology-backup` = (project in file(".")) "com.comcast" %% "ip4s-core" % "3.1.3", "io.circe" %% "circe-generic" % circeVersion, "com.chuusai" %% "shapeless" % "2.3.9", - "org.tpolecat" %% "natchez-http4s" % "0.3.2", + "org.tpolecat" %% "natchez-http4s" % "0.6.0", "org.typelevel" %% "log4cats-slf4j" % log4CatsVersion, "com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC1", "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.2" % Runtime,