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
scala-steward committed Aug 12, 2024
1 parent dabd173 commit afdd0a5
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.5"
val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.16"

object Logback {
val classic = "ch.qos.logback" % "logback-classic" % "1.4.14"
Expand Down

0 comments on commit afdd0a5

Please sign in to comment.