Skip to content

Commit

Permalink
Update http4s-blaze-client, ... to 0.23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Dec 11, 2021
1 parent 00ec6a6 commit d7fe199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
lazy val catsEffectStd = Seq("org.typelevel" %% "cats-effect-std" % catsEffectVersion)
lazy val catsEffect = Seq("org.typelevel" %% "cats-effect" % catsEffectVersion)

lazy val http4sVersion = "0.23.6"
lazy val http4sVersion = "0.23.7"
lazy val http4s = Seq(
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-blaze-server" % http4sVersion,
Expand Down

0 comments on commit d7fe199

Please sign in to comment.