From 602335a2f1ec6cc889123b1e17cd826a6d83383a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 13:35:36 +0000 Subject: [PATCH] Update http4s-blaze-client to 0.23.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e1cd779..1d31be8b 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ val jawnVersion = "1.2.0" val munitVersion = "0.7.29" val scalaCheckVersion = "1.15.4" val snakeYamlVersion = "1.29" -val http4sVersion = "0.23.6" +val http4sVersion = "0.23.16" val testDependencies = Seq( "co.nstant.in" % "cbor" % "0.9",