Skip to content

Commit 037dd6e

Browse files
Update logback-classic, logback-core to 1.5.24 (#55)
1 parent d2072a4 commit 037dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ object Dependencies {
8383
}
8484

8585
object Logback {
86-
private val version = "1.5.23"
86+
private val version = "1.5.24"
8787
val Core = "ch.qos.logback" % "logback-core" % version
8888
val Classic = "ch.qos.logback" % "logback-classic" % version
8989
}

0 commit comments

Comments
 (0)