Update http4s-blaze-client, ... to 0.23.13

This commit is contained in:
eikek-scala-steward 2022-12-17 06:10:36 +00:00
parent cc665e4aaa
commit 5616d3a03f

View File

@ -238,7 +238,7 @@ object Dependencies {
val fs2 = fs2Core ++ fs2Io val fs2 = fs2Core ++ fs2Io
val http4sClient = Seq( val http4sClient = Seq(
"org.http4s" %% "http4s-blaze-client" % "0.23.12" "org.http4s" %% "http4s-blaze-client" % "0.23.13"
) )
val http4sCirce = Seq( val http4sCirce = Seq(
@ -250,7 +250,7 @@ object Dependencies {
) )
val http4sServer = Seq( val http4sServer = Seq(
"org.http4s" %% "http4s-blaze-server" % "0.23.12" "org.http4s" %% "http4s-blaze-server" % "0.23.13"
) )
val circeCore = Seq( val circeCore = Seq(