From e75afbdc65ea292fc7ddba5d981b784b33ec4bfa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Oct 2024 20:10:26 +0000 Subject: [PATCH] Update http4s-dsl, http4s-ember-client, ... to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccd0c6e4..dd25411c 100644 --- a/build.sbt +++ b/build.sbt @@ -84,7 +84,7 @@ lazy val commonSettings = Seq( lazy val circeVersion = "0.14.9" lazy val jsoniterVersion = "2.30.9" lazy val akkaVersion = "2.6.19" -lazy val http4sVersion = "0.23.27" +lazy val http4sVersion = "0.23.29" lazy val scribeVersion = "3.13.3" lazy val fs2Version = "3.11.0"