We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1447174 commit 5e08deaCopy full SHA for 5e08dea
build.sbt
@@ -40,7 +40,7 @@ lazy val core: Project = (project in file("core"))
40
"com.softwaremill.sttp.tapir" %% "tapir-apispec-docs" % tapirV,
41
"com.softwaremill.sttp.apispec" %% "jsonschema-circe" % "0.11.9",
42
"ch.qos.logback" % "logback-classic" % "1.5.18",
43
- "org.slf4j" % "slf4j-api" % "2.0.13"
+ "org.slf4j" % "slf4j-api" % "2.0.17"
44
)
45
46
0 commit comments