Skip to content

Commit

Permalink
Update http4s-core to 0.23.29 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 24, 2024
1 parent ca2d724 commit 6bdbe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ object Deps {
val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.31.1")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.3")

val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.28")
val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.29")
}

0 comments on commit 6bdbe6e

Please sign in to comment.