From abf20a7730e16b80546ad90ce31cc66561cf5861 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 17 Jan 2026 00:03:02 +0000 Subject: [PATCH] Update client4:core, client4:jsoniter, ... to 4.0.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 75634ee03..f92b248a5 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import scala.sys.process.Process import complete.DefaultParsers._ val password4jVersion = "1.8.4" -val sttpVersion = "4.0.13" +val sttpVersion = "4.0.14" val tapirVersion = "1.13.4" val oxVersion = "1.0.2" val otelVersion = "1.57.0"