Skip to content

Commit

Permalink
chore(deps): bump http4s-circe, http4s-core, ... from 0.23.21 to 0.23.22
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mergify[bot] committed Jul 2, 2023
1 parent 6656415 commit da718c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ lazy val root = project
"io.circe" %% "circe-generic-extras" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
// http4s
"org.http4s" %% "http4s-core" % "0.23.21",
"org.http4s" %% "http4s-dsl" % "0.23.21",
"org.http4s" %% "http4s-circe" % "0.23.21",
"org.http4s" %% "http4s-core" % "0.23.22",
"org.http4s" %% "http4s-dsl" % "0.23.22",
"org.http4s" %% "http4s-circe" % "0.23.22",
"org.http4s" %% "http4s-blaze-server" % "0.23.15",
"org.http4s" %% "http4s-blaze-client" % "0.23.15",
"org.http4s" %% "http4s-prometheus-metrics" % "0.24.1",
Expand Down

0 comments on commit da718c3

Please sign in to comment.