There was an error while loading. Please reload this page.
2 parents 1911264 + 447c56e commit 8a557aeCopy full SHA for 8a557ae
1 file changed
build.sbt
@@ -28,7 +28,7 @@ lazy val loggingSettings = Seq(
28
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
29
),
30
// Drop and replace commons-logging with slf4j
31
- libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.17",
+ libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.18",
32
excludeDependencies += ExclusionRule("commons-logging", "commons-logging")
33
)
34
0 commit comments