From 04b264d4a18aa72ce90d4869326c37e9e54e1046 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Sun, 22 Dec 2024 01:26:26 +0100 Subject: [PATCH] Update logback-classic to 1.5.15 (#259) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4535cde7..e00b5ba9 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,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.14" +val logback = "ch.qos.logback" % "logback-classic" % "1.5.15" // used during CI to verify that the documentation compiles val compileDocumentation: TaskKey[Unit] = taskKey[Unit]("Compiles documentation throwing away its output")