Skip to content

Commit

Permalink
Update logback-classic to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Apr 18, 2024
1 parent e462d3a commit 5b938d3
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 @@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
"com.h2database" % "h2" % "1.4.192" % "test",
"ch.qos.logback" % "logback-classic" % "1.5.4" % "test"
"ch.qos.logback" % "logback-classic" % "1.5.6" % "test"
)

publishMavenStyle := true
Expand Down

0 comments on commit 5b938d3

Please sign in to comment.