From 3385c98c61f40aacf84cec8f5eb475b22275bdc4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 May 2026 14:45:00 +0000 Subject: [PATCH] Update slf4j-api to 2.0.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef2dc8f..87a205e 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val CompileAndTest = "compile->compile;test->test" val parserCombinatorsVersion = "2.4.0" val avsCommonsVersion = "2.27.1" -val slf4jVersion = "2.0.17" +val slf4jVersion = "2.0.18" val logbackVersion = "1.5.32" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.21.0"