Skip to content

Commit

Permalink
Update slf4j-api to 2.0.13 (#657)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-projectglow[bot] <159218053+scala-steward-projectglow[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-projectglow[bot] committed Apr 21, 2024
1 parent c075763 commit d7e0ee0
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.13",
"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 d7e0ee0

Please sign in to comment.