Skip to content

Commit dee71ef

Browse files
Update dependency org.slf4j:slf4j-log4j12 to v2.0.17 (#171)
1 parent 8b01234 commit dee71ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ libraryDependencies ++= Seq(
177177
// "org.apache.hadoop" % "hadoop-aws" % "2.7.3" % clusterDependencyScope,
178178
// "org.apache.hadoop" % "hadoop-client" % "2.7.3" % clusterDependencyScope,
179179
// "org.vegas-viz" %% "vegas-spark" % "0.3.11",
180-
"org.slf4j" % "slf4j-log4j12" % "2.0.16",
180+
"org.slf4j" % "slf4j-log4j12" % "2.0.17",
181181
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
182182
"org.rogach" %% "scallop" % "5.2.0"
183183
).map(_.exclude("ch.qos.logback", "logback-classic"))

0 commit comments

Comments
 (0)