From c13f5e86491089dfaa4e62e57390f2bec413df87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Mar 2022 00:09:54 +0100 Subject: [PATCH] Update logback-classic, logback-core to 1.2.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2398a5f..6cccd4f 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val scala212 = "2.12.13" val scala213 = "2.13.5" val supportedScalaVersions = List(scala212, scala213) -val logbackVersion = "1.2.3" +val logbackVersion = "1.2.11" val scalaCollectionCompatibilityVersion = "2.4.2" val scoptVersion = "4.0.1" val sdbVersion = "4.4.10"