From f6bf0e28774773f525b5d0c58345e6947a35893e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Honor=C3=A9?= Date: Thu, 19 Dec 2024 12:22:33 +0000 Subject: [PATCH] upgrade async-http-client-backend-cats-ce2 to 3.10.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 602930a013..b3044de18c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ import sbtassembly.PathList object Dependencies { val awsSdkVersion = "2.27.24" val circeVersion = "0.14.10" - val sttpVersion = "3.9.8" + val sttpVersion = "3.10.1" val http4sVersion = "0.22.15" // keep version 0.22.15, later versions pull in cats effect 3 which is not compatible val catsVersion = "2.12.0" val catsEffectVersion = "2.5.5"