We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d141717 commit 78cd940Copy full SHA for 78cd940
1 file changed
build.sbt
@@ -53,7 +53,7 @@ lazy val examples = (project in file("examples"))
53
publishArtifact := false,
54
name := "examples",
55
libraryDependencies ++= Seq(
56
- "com.softwaremill.sttp.client4" %% "core" % "4.0.14",
+ "com.softwaremill.sttp.client4" %% "core" % "4.0.15",
57
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
58
"ch.qos.logback" % "logback-classic" % "1.5.25"
59
),
0 commit comments