From df70db0a88a1d876911b2774522d912df5cf0b84 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 29 Oct 2025 00:21:28 +0000 Subject: [PATCH] Update client4:core to 4.0.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0cd86a4..5fe9eb9 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ lazy val examples = (project in file("examples")) publishArtifact := false, name := "examples", libraryDependencies ++= Seq( - "com.softwaremill.sttp.client4" %% "core" % "4.0.12", + "com.softwaremill.sttp.client4" %% "core" % "4.0.13", "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV, "ch.qos.logback" % "logback-classic" % "1.5.20" )