From 280dec5f199e6a3b8c8870348c28d05471befcaa Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 1 Oct 2025 00:43:39 +0000 Subject: [PATCH] Update client4:core to 4.0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2e358eb..b70a6c1 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.11", + "com.softwaremill.sttp.client4" %% "core" % "4.0.12", "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV, "ch.qos.logback" % "logback-classic" % "1.5.18" )