Skip to content

Commit

Permalink
Update slf4j-api, slf4j-log4j12 to 2.0.7 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 19, 2023
1 parent 9ebad0a commit f69dfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ lazy val chillHadoop = module("hadoop")
autoScalaLibrary := false,
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-core" % "1.2.1" % "provided",
"org.slf4j" % "slf4j-api" % "2.0.6",
"org.slf4j" % "slf4j-log4j12" % "2.0.6" % "provided"
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.slf4j" % "slf4j-log4j12" % "2.0.7" % "provided"
)
)
.dependsOn(chillJava)
Expand Down

0 comments on commit f69dfa0

Please sign in to comment.