We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3dc88 commit 2fae082Copy full SHA for 2fae082
1 file changed
build.sbt
@@ -53,7 +53,7 @@ lazy val examples = (project in file("examples"))
53
libraryDependencies ++= Seq(
54
"com.softwaremill.sttp.client4" %% "core" % "4.0.11",
55
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV,
56
- "ch.qos.logback" % "logback-classic" % "1.5.18"
+ "ch.qos.logback" % "logback-classic" % "1.5.19"
57
)
58
59
.dependsOn(core)
0 commit comments