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 c22df76 commit 8dd75b1Copy full SHA for 8dd75b1
build.sbt
@@ -53,7 +53,7 @@ lazy val examples = (project in file("examples"))
53
libraryDependencies ++= Seq(
54
"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"
+ "ch.qos.logback" % "logback-classic" % "1.5.21"
57
)
58
59
.dependsOn(core)
0 commit comments