Skip to content

Commit

Permalink
Merge pull request #1328 from scalacenter/update/jcl-over-slf4j-2.0.10
Browse files Browse the repository at this point in the history
Update jcl-over-slf4j to 2.0.10
  • Loading branch information
adpi2 authored Jan 3, 2024
2 parents bb607df + 8f30ba2 commit 2d9548e
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.9",
libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.10",
excludeDependencies += ExclusionRule("commons-logging", "commons-logging")
)

Expand Down

0 comments on commit 2d9548e

Please sign in to comment.