We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd6696 commit 53b4180Copy full SHA for 53b4180
build.sbt
@@ -51,7 +51,7 @@ lazy val examples = (project in file("examples"))
51
publishArtifact := false,
52
name := "examples",
53
libraryDependencies ++= Seq(
54
- "com.softwaremill.sttp.client4" %% "core" % "4.0.12",
+ "com.softwaremill.sttp.client4" %% "core" % "4.0.13",
55
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
56
"ch.qos.logback" % "logback-classic" % "1.5.20"
57
)
0 commit comments