From ee833d47f3ff4e1722f677ffea9979143032b90c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Jul 2021 18:16:15 +0200 Subject: [PATCH] Update logback-classic, logback-core to 1.2.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2398a5f..92b2043 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.5" val scalaCollectionCompatibilityVersion = "2.4.2" val scoptVersion = "4.0.1" val sdbVersion = "4.4.10"