We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd1e59 commit db5efe3Copy full SHA for db5efe3
1 file changed
build.sbt
@@ -50,7 +50,7 @@ lazy val examples = (project in file("examples"))
50
publishArtifact := false,
51
name := "examples",
52
libraryDependencies ++= Seq(
53
- "com.softwaremill.sttp.client4" %% "core" % "4.0.8",
+ "com.softwaremill.sttp.client4" %% "core" % "4.0.9",
54
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
55
"ch.qos.logback" % "logback-classic" % "1.5.18"
56
)
0 commit comments