Skip to content

Commit

Permalink
Merge pull request #1342 from scalacenter/update/jcl-over-slf4j-2.0.12
Browse files Browse the repository at this point in the history
Update jcl-over-slf4j to 2.0.12
  • Loading branch information
adpi2 authored Feb 15, 2024
2 parents 8dfe657 + 72118fa commit d7adcc1
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 d7adcc1

Please sign in to comment.