From 1fcc75b1c57baf2016f7c81906b0223a7735df9c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 6 Feb 2025 00:07:03 +0000 Subject: [PATCH] Update client4:akka-http-backend, ... to 4.0.0-M26 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a398be6..2aed914 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val scalaTestCats = "1.6.0" val sttpApispec = "0.11.7" - val sttpClient = "4.0.0-M19" + val sttpClient = "4.0.0-M26" val pekkoStreams = "1.1.3" val akkaStreams = "2.6.20" val tapir = "1.11.10"