Skip to content

Commit

Permalink
Merge pull request #1442 from scalacenter/update/jcl-over-slf4j-2.0.16
Browse files Browse the repository at this point in the history
Update jcl-over-slf4j to 2.0.16
  • Loading branch information
adpi2 authored Aug 15, 2024
2 parents 035f042 + c6d4d91 commit e5012df
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.13",
libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.16",
excludeDependencies += ExclusionRule("commons-logging", "commons-logging")
)

Expand Down

0 comments on commit e5012df

Please sign in to comment.