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
mkuthan-scala-steward[bot] committed Sep 1, 2024
1 parent 68db684 commit 1350ba0
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 @@ -16,7 +16,7 @@ object Dependencies {

val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

val slf4j = "org.slf4j" % "slf4j-api" % "2.0.13"
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16"
val slf4jJcl = "org.slf4j" % "jcl-over-slf4j" % "2.0.16"

val logback = "ch.qos.logback" % "logback-classic" % "1.5.7"
Expand Down

0 comments on commit 1350ba0

Please sign in to comment.