From 4eb5face1954eb9b56db0f43fdf387410b0fb5c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 26 Apr 2025 06:05:54 +0000 Subject: [PATCH] Update client3:core to 3.11.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 683740f..62f5c10 100644 --- a/build.sc +++ b/build.sc @@ -11,7 +11,7 @@ object Versions { val zioVersion = "2.1.16" val zioJsonVersion = "0.7.39" val zioConfigVersion = "4.0.4" - val sttpVersion = "3.10.3" + val sttpVersion = "3.11.0" val scalafixModuleVersion = "0.6.0" }