From 7a1be9f604b65e578df1e521e9a264b71a0a2412 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Sep 2021 02:14:54 +0200 Subject: [PATCH] Update logback-classic to 1.2.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2328787d..7b7b569d 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ val catsV = "2.6.1" val catsEffectV = "3.2.5" val slf4jV = "1.7.32" val munitCatsEffectV = "1.0.5" -val logbackClassicV = "1.2.5" +val logbackClassicV = "1.2.6" Global / onChangedBuildSource := ReloadOnSourceChanges