Skip to content

Commit 8a557ae

Browse files
authored
Merge pull request #1710 from scalacenter/update/jcl-over-slf4j-2.0.18
Update jcl-over-slf4j to 2.0.18
2 parents 1911264 + 447c56e commit 8a557ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lazy val loggingSettings = Seq(
2828
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
2929
),
3030
// Drop and replace commons-logging with slf4j
31-
libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.17",
31+
libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.18",
3232
excludeDependencies += ExclusionRule("commons-logging", "commons-logging")
3333
)
3434

0 commit comments

Comments
 (0)