From 3bcf88da0c2c9a2276f5a791cd8df750380e760a Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 31 Dec 2024 00:07:24 +0000 Subject: [PATCH] Update client3:akka-http-backend, ... to 3.10.2 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 33031d2f72..ec3feea2b4 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -8,7 +8,7 @@ object Versions { val circeGenericExtras = "0.14.3" val circeYaml = "0.15.2" val helidon = "4.0.10" - val sttp = "3.10.1" + val sttp = "3.10.2" val sttpModel = "1.7.11" val sttpShared = "1.4.2" val sttpApispec = "0.11.4"