From 2e307d8911e362c8ddca148545c61220aca9b68f Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 27 Jun 2026 00:49:49 +0000 Subject: [PATCH] Update logback-classic to 1.5.37 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e0889f1..81841d5b 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.36" +val logback = "ch.qos.logback" % "logback-classic" % "1.5.37" // used during CI to verify that the documentation compiles val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")