Skip to content

Commit

Permalink
Update http4s-circe, http4s-dsl, ... to 0.23.24
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Nov 14, 2023
1 parent 3086791 commit 65cc39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object LibraryDependencies {
}

object Http4s {
val http4sVersion = "0.23.23"
val http4sVersion = "0.23.24"
val circe = Def.setting("org.http4s" %%% "http4s-circe" % http4sVersion)
val dsl = Def.setting("org.http4s" %%% "http4s-dsl" % http4sVersion)
val emberServer =
Expand Down

0 comments on commit 65cc39f

Please sign in to comment.