From c1b0106074b5164109ccb3ebd8f7af2f19e03e10 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 29 May 2026 00:51:52 +0000 Subject: [PATCH] Update logback-classic to 1.5.33 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd59994a..ca71d560 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.32" +val logback = "ch.qos.logback" % "logback-classic" % "1.5.33" // used during CI to verify that the documentation compiles val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")