Skip to content

Commit

Permalink
chore: Update slf4j-api from 1.7.36 to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent f619b1b commit c46b33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe
)

override def compileIvyDeps = if (sparkVersion < "3.3.0") {
sparkDeps ++ Agg(ivy"org.slf4j:slf4j-api:1.7.36".excludeOrg("stax"))
sparkDeps ++ Agg(ivy"org.slf4j:slf4j-api:2.0.13".excludeOrg("stax"))
} else {
sparkDeps
}
Expand Down

0 comments on commit c46b33b

Please sign in to comment.