diff --git a/build.sbt b/build.sbt index a4fd5691..55a4bebc 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ val enableMimaSettings = Seq( val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test val slf4j = "org.slf4j" % "slf4j-api" % "2.0.17" -val logback = "ch.qos.logback" % "logback-classic" % "1.5.18" +val logback = "ch.qos.logback" % "logback-classic" % "1.5.19" // used during CI to verify that the documentation compiles val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")