Skip to content

Commit

Permalink
Update http4s-blaze-client, ... to 0.23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Jan 31, 2022
1 parent 5b3b72c commit bcf96a6
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.8"
lazy val http4sVersion = "0.23.9"
lazy val http4s = Seq(
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-blaze-server" % http4sVersion,
Expand Down

0 comments on commit bcf96a6

Please sign in to comment.