From 988e3b3247ab4154bf87c0a93d75b916d630226b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 16 Dec 2022 19:19:06 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 0.23.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..65405cef 100644 --- a/build.sbt +++ b/build.sbt @@ -187,8 +187,8 @@ lazy val pitgull = "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.3.18", "org.http4s" %% "http4s-dsl" % "0.23.11", "org.http4s" %% "http4s-circe" % "0.23.11", - "org.http4s" %% "http4s-blaze-server" % "0.23.11", - "org.http4s" %% "http4s-blaze-client" % "0.23.11", + "org.http4s" %% "http4s-blaze-server" % "0.23.13", + "org.http4s" %% "http4s-blaze-client" % "0.23.13", "is.cir" %% "ciris" % "2.3.3", "io.chrisdavenport" %% "cats-time" % "0.4.0", "com.github.valskalla" %% "odin-core" % "0.13.0",