From 1cbc08aab5016e81b9f7e406424b97655143cc18 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 15 Jan 2025 11:13:35 +0000 Subject: [PATCH] Update client3:core, client3:jsoniter, ... to 3.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0b4b1f32a..8b9958db3 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ import scala.sys.process.Process import complete.DefaultParsers._ val password4jVersion = "1.8.2" -val sttpVersion = "3.10.1" +val sttpVersion = "3.10.2" val tapirVersion = "1.11.6" val oxVersion = "0.5.1" val otelVersion = "1.43.0"