From bbb7ff3b35e5ab9c97e5e48eae63938912a8994b Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:06:06 +0000 Subject: [PATCH] Update http4s-ember-client to 0.23.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54e32a4..643c84b 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val `iam-user-cleanup` = (project in file(".")) val awsJavaSdkVersion = "2.17.129" val scalacheckEffectVersion = "1.0.4" val log4catsVersion = "2.3.1" - val http4sVersion = "0.23.12" + val http4sVersion = "0.23.24" Seq( "org.typelevel" %% "feral-lambda-cloudformation-custom-resource" % feralVersion,