From d47af967a536c8dca5c5e4d5a095171a1f0587ef Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:32:12 +0100 Subject: [PATCH] Update logback-classic to 1.5.15 (#129) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ea4be7..79f2d3c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import org.jetbrains.sbtidea.Keys.* import org.jetbrains.sbtidea.verifier.FailureLevel lazy val scala3Version = "3.6.2" -lazy val logbackVersion = "1.5.14" +lazy val logbackVersion = "1.5.15" lazy val graphvizVersion = "0.18.1" lazy val joorVersion = "0.9.15" lazy val scalatestVersion = "3.2.19"