From da3e0056c022467107633ef405346638a5dd54ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Feb 2022 16:07:17 +0100 Subject: [PATCH] Update slf4j-api to 1.7.36 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6520fb99..2042252c 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ ThisBuild / tlVersionIntroduced := Map( val catsV = "2.7.0" val catsEffectV = "2.5.4" -val slf4jV = "1.7.35" +val slf4jV = "1.7.36" val munitCatsEffectV = "1.0.7" val logbackClassicV = "1.2.10"