Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 67e8126 commit 12312a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object Dependencies {

lazy val overrides: Seq[ModuleID] = Seq(
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
"org.slf4j" % "slf4j-api" % "2.0.9"
"org.slf4j" % "slf4j-api" % "2.0.15"
)

lazy val domain: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 12312a0

Please sign in to comment.