From c0302421186742192f0f53af81e2a3c43325d3ba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 02:23:42 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 0.23.16 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..fafa03d8 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.16", + "org.http4s" %% "http4s-blaze-client" % "0.23.16", "is.cir" %% "ciris" % "2.3.3", "io.chrisdavenport" %% "cats-time" % "0.4.0", "com.github.valskalla" %% "odin-core" % "0.13.0",