Skip to content

Commit

Permalink
Update jcl-over-slf4j to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
faustin0 committed Mar 2, 2025
1 parent 20037d2 commit 213bc39
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 @@ -47,7 +47,7 @@ object Dependencies {
// "org.apache.logging.log4j" % "log4j-layout-template-json" % log4j2Version % Runtime,
// "org.apache.logging.log4j" % "log4j-api" % log4j2Version % Runtime,
// "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version % Runtime,
"org.slf4j" % "jcl-over-slf4j" % "2.0.13" % Runtime, // same version of slf4j used by log4cats
"org.slf4j" % "jcl-over-slf4j" % "2.0.17" % Runtime, // same version of slf4j used by log4cats
"ch.qos.logback" % "logback-classic" % "1.5.16" % Runtime
)

Expand Down

0 comments on commit 213bc39

Please sign in to comment.