From 34f293a712098c49bea95d8c7a186c6d3bf0aca4 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Wed, 16 Oct 2024 02:23:57 +0200 Subject: [PATCH] Update logback-classic to 1.5.11 (#232) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f170751d..9eb7c2c6 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16" -val logback = "ch.qos.logback" % "logback-classic" % "1.5.10" +val logback = "ch.qos.logback" % "logback-classic" % "1.5.11" // used during CI to verify that the documentation compiles val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")