Skip to content

Commit

Permalink
Merge pull request #372 from scala-steward/update/slf4j-api-2.0.16
Browse files Browse the repository at this point in the history
Update slf4j-api to 2.0.16
  • Loading branch information
tgodzik authored Aug 12, 2024
2 parents fb24b16 + 31a3786 commit d5d40b9
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 @@ -282,7 +282,7 @@ lazy val `interface-test` = project
org % name % v
case None =>
// only dependency of coursier-interface
"org.slf4j" % "slf4j-api" % "2.0.13"
"org.slf4j" % "slf4j-api" % "2.0.16"
}
},
Test / unmanagedClasspath ++= Def.taskDyn {
Expand Down

0 comments on commit d5d40b9

Please sign in to comment.