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,