Skip to content

Commit

Permalink
Update jcl-over-slf4j to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Feb 15, 2024
1 parent cdfaa00 commit 72118fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

Expand Down

0 comments on commit 72118fa

Please sign in to comment.