Skip to content

Commit

Permalink
Merge pull request #507 from typelevel/update/natchez-http4s-0.6.0
Browse files Browse the repository at this point in the history
Update natchez-http4s to 0.6.0
  • Loading branch information
armanbilge authored Sep 11, 2024
2 parents ba49545 + afb1eba commit 3583b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,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.5.0",
"org.tpolecat" %%% "natchez-http4s" % "0.6.0",
"org.tpolecat" %%% "skunk-core" % "0.6.4"
)
)
Expand Down

0 comments on commit 3583b76

Please sign in to comment.