From 2bbf7e7968ec8b3b9d37ccfa7151c2c8da13dbb0 Mon Sep 17 00:00:00 2001 From: "scala.steward" Date: Wed, 5 Feb 2025 00:03:46 +0000 Subject: [PATCH] Update client3:async-http-client-backend-zio, ... from 3.9.8 to 3.10.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dfa61096..5ac06af5 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val scala3Version = "3.3.4" val zioVersion = "2.1.11" val zioConfigVersion = "4.0.2" val zioLoggingVersion = "2.3.1" -val sttpVersion = "3.9.8" +val sttpVersion = "3.10.3" val zioNioVersion = "2.0.2" val zioPreludeVersion = "1.0.0-RC31"