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",