From 49d9403564cb1c0747d9145239d2326295a79919 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 22 May 2026 00:48:30 +0000 Subject: [PATCH] Update client4:core to 4.0.24 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 54d139e..68b043b 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val circeV = "0.14.15" val slf4jV = "2.0.18" val logbackV = "1.5.32" val tapirV = "1.13.19" -val sttpClientV = "4.0.23" +val sttpClientV = "4.0.24" lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each example compiles using Scala CLI") @@ -79,7 +79,7 @@ lazy val examples = (project in file("examples")) publishArtifact := false, name := "examples", libraryDependencies ++= Seq( - "com.softwaremill.sttp.client4" %% "core" % "4.0.23", + "com.softwaremill.sttp.client4" %% "core" % "4.0.24", "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV, "com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirV, "ch.qos.logback" % "logback-classic" % logbackV