From 6f8c49be4a72e9f6cec40ad0ccb0447cee889ff5 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 20:20:33 +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 c22ab4ae..b76e8ab4 100644 --- a/build.sbt +++ b/build.sbt @@ -188,7 +188,7 @@ lazy val examples = crossProject(JSPlatform, JVMPlatform) "org.http4s" %%% "http4s-dsl" % http4sVersion, "org.http4s" %%% "http4s-ember-client" % http4sVersion, "org.tpolecat" %%% "natchez-xray" % natchezVersion, - "org.tpolecat" %%% "natchez-http4s" % "0.6.1", + "org.tpolecat" %%% "natchez-http4s" % "0.6.2", "org.tpolecat" %%% "skunk-core" % "0.6.4" ) )