Skip to content

Commit 5b938d3

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update logback-classic to 1.5.6
1 parent e462d3a commit 5b938d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
1313
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
1414
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
1515
"com.h2database" % "h2" % "1.4.192" % "test",
16-
"ch.qos.logback" % "logback-classic" % "1.5.4" % "test"
16+
"ch.qos.logback" % "logback-classic" % "1.5.6" % "test"
1717
)
1818

1919
publishMavenStyle := true

0 commit comments

Comments
 (0)