From a781e03a7cadaa670442777937bbb593230bdf76 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:17:37 +0000 Subject: [PATCH] Update jcl-over-slf4j to 2.0.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d2a7d71d2..4fef0e63a 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.10", + libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.11", excludeDependencies += ExclusionRule("commons-logging", "commons-logging") )