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