From cb705fc02b83ee3cc41955d4f93107e1251cabf6 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:19:43 +0000 Subject: [PATCH] Update jcl-over-slf4j to 2.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 950d17362..721ff5c9e 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val loggingSettings = Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" ), // Drop and replace commons-logging with slf4j - libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.7", + libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.9", excludeDependencies += ExclusionRule("commons-logging", "commons-logging") )