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 23bb7be commit 6d5836aCopy full SHA for 6d5836a
build.sbt
@@ -39,7 +39,7 @@ val enableMimaSettings = Seq(
39
40
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
41
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.17"
42
-val logback = "ch.qos.logback" % "logback-classic" % "1.5.20"
+val logback = "ch.qos.logback" % "logback-classic" % "1.5.21"
43
44
// used during CI to verify that the documentation compiles
45
val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")
0 commit comments