Skip to content

Commit 59afb93

Browse files
Update logback-classic, logback-core to 1.5.27 (#63)
1 parent e64590c commit 59afb93

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.26"
86+
private val version = "1.5.27"
8787
val Core = "ch.qos.logback" % "logback-core" % version
8888
val Classic = "ch.qos.logback" % "logback-classic" % version
8989
}

0 commit comments

Comments
 (0)