From 89e5a4a48df3b1f153c2d7878b1220b2b00d3e1b Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Tue, 21 May 2024 02:27:53 +0200 Subject: [PATCH] Update client3:async-http-client-backend-cats, ... to 3.9.7 (#3775) --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index f3d8571938..ce1ac43423 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -8,7 +8,7 @@ object Versions { val circeGenericExtras = "0.14.3" val circeYaml = "0.15.1" val helidon = "4.0.0" - val sttp = "3.9.6" + val sttp = "3.9.7" val sttpModel = "1.7.10" val sttpShared = "1.3.18" val sttpApispec = "0.10.0"