Skip to content

Commit

Permalink
Update slf4j-api to 2.0.13 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Tisue <seth@tisue.net>
  • Loading branch information
scala-steward and SethTisue committed Jun 4, 2024
1 parent 049388a commit 553cbd9
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"))
"com.mysql" % "mysql-connector-j" % "8.4.0" % "optional",
"com.h2database" % "h2" % "2.2.224" % "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.5.6",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test"
),
Expand Down

0 comments on commit 553cbd9

Please sign in to comment.