From d385d9bdf59fe7160e10f2796a46d408f5d739fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Dec 2024 14:57:28 +0000 Subject: [PATCH] Update client3:core to 3.10.2 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 30d3ba7..b1bf533 100644 --- a/build.sc +++ b/build.sc @@ -25,7 +25,7 @@ object Deps { ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:${Version.jsoniterScala}" def jsoniterMacros = ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Version.jsoniterScala}" - def sttp = ivy"com.softwaremill.sttp.client3::core:3.10.1" + def sttp = ivy"com.softwaremill.sttp.client3::core:3.10.2" def utest = ivy"com.lihaoyi::utest::0.8.4" }