From eaf655f07f68685f8995d0a14836fde1262eea3f Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 24 Jun 2026 00:45:43 +0000 Subject: [PATCH] Update logback-classic to 1.5.35 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fa155a50..97ba3c2e 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ val enableMimaSettings = Seq( val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test val slf4j = "org.slf4j" % "slf4j-api" % "2.0.18" -val logback = "ch.qos.logback" % "logback-classic" % "1.5.34" +val logback = "ch.qos.logback" % "logback-classic" % "1.5.35" // used during CI to verify that the documentation compiles val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")