From 8e4878f01fddaa9baa5b72b347bf02dc8de096b8 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 17 Oct 2024 00:19:01 +0000 Subject: [PATCH] Update client3:akka-http-backend, ... to 3.10.1 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index b4edc94306..5129923a4a 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.0" + val sttp = "3.10.1" val sttpModel = "1.7.11" val sttpShared = "1.3.22" val sttpApispec = "0.11.3"