From 2872c22f4163e87553300805462e9da7dd8907d6 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 24 Jun 2025 00:21:09 +0000 Subject: [PATCH] Update client4:core to 4.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2892a71..dd60412 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val examples = (project in file("examples")) publishArtifact := false, name := "examples", libraryDependencies ++= Seq( - "com.softwaremill.sttp.client4" %% "core" % "4.0.8", + "com.softwaremill.sttp.client4" %% "core" % "4.0.9", "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV, "ch.qos.logback" % "logback-classic" % "1.5.18" )