From ccb366ba368ae444dca4dc2b6e8c24281a59fba0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 13:35:52 +0000 Subject: [PATCH] Update http4s-client to 0.23.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e1cd779..c49ae419 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.25" val testDependencies = Seq( "co.nstant.in" % "cbor" % "0.9",