Skip to content

Commit

Permalink
Update slf4j-api to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2024
1 parent 3f0e0f3 commit 2d06e02
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 @@ -27,7 +27,7 @@ lazy val core = project.in(file("core"))
"mysql" % "mysql-connector-java" % "8.0.33" % "optional",
"com.h2database" % "h2" % "2.1.214" % "optional",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "1.7.36",
"org.slf4j" % "slf4j-api" % "2.0.13",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test"
),
Expand Down

0 comments on commit 2d06e02

Please sign in to comment.