From a769d1cdb440aa285a44fbe7e69cff99c2a552ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Feb 2025 13:45:10 +0000 Subject: [PATCH] Update slf4j-api to 2.0.17 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 60924a7d25..ea4a55f954 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -20,7 +20,7 @@ object Deps { val scalaTestPlus = "3.2.18.0" // super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/ - val slf4j = "2.0.16" + val slf4j = "2.0.17" val spray = "1.3.6" val zeromq = "0.5.4" val scalapb = "0.11.17"