Skip to content

Commit

Permalink
Update slf4j-api to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-projectglow[bot] committed Sep 8, 2024
1 parent b0b8530 commit c1a178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ThisBuild / testCoreDependencies := Seq(
lazy val coreDependencies = settingKey[Seq[ModuleID]]("coreDependencies")
ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDependencies.value ++ Seq(
"org.seqdoop" % "hadoop-bam" % "7.10.0",
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "slf4j-api" % "2.0.16",
"org.jdbi" % "jdbi" % "2.78",
"com.github.broadinstitute" % "picard" % "2.27.5",
"org.apache.commons" % "commons-lang3" % "3.14.0",
Expand Down

0 comments on commit c1a178c

Please sign in to comment.