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