From 72118fa13a5e6c5003076455d47ae0dcd2f1a9bb Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:16:14 +0000 Subject: [PATCH] Update jcl-over-slf4j to 2.0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c50ca374..4fff68078 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.11", + libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.12", excludeDependencies += ExclusionRule("commons-logging", "commons-logging") )