Skip to content

Commit f69dfa0

Browse files
Update slf4j-api, slf4j-log4j12 to 2.0.7 (#742)
1 parent 9ebad0a commit f69dfa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ lazy val chillHadoop = module("hadoop")
232232
autoScalaLibrary := false,
233233
libraryDependencies ++= Seq(
234234
"org.apache.hadoop" % "hadoop-core" % "1.2.1" % "provided",
235-
"org.slf4j" % "slf4j-api" % "2.0.6",
236-
"org.slf4j" % "slf4j-log4j12" % "2.0.6" % "provided"
235+
"org.slf4j" % "slf4j-api" % "2.0.7",
236+
"org.slf4j" % "slf4j-log4j12" % "2.0.7" % "provided"
237237
)
238238
)
239239
.dependsOn(chillJava)

0 commit comments

Comments
 (0)