Skip to content

Commit 8e3fb25

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update logback-classic to 1.5.22
1 parent 3823903 commit 8e3fb25

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
@@ -60,7 +60,7 @@ lazy val core = (project in file("core")).settings(
6060
},
6161
libraryDependencies ++= {
6262
if (scala.util.Properties.isJavaAtLeast("11")) {
63-
Seq("ch.qos.logback" % "logback-classic" % "1.5.21" % "test")
63+
Seq("ch.qos.logback" % "logback-classic" % "1.5.22" % "test")
6464
} else {
6565
Nil
6666
}

0 commit comments

Comments
 (0)