Skip to content

Commit 52fee5c

Browse files
Update logback-classic, logback-core to 1.4.14 (#230)
1 parent 13246f5 commit 52fee5c

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
@@ -12,7 +12,7 @@ object Dependencies {
1212
val sstream = "com.evolutiongaming" %% "sstream" % "1.1.0"
1313

1414
object Logback {
15-
private val version = "1.4.11"
15+
private val version = "1.4.14"
1616
val core = "ch.qos.logback" % "logback-core" % version
1717
val classic = "ch.qos.logback" % "logback-classic" % version
1818
}

0 commit comments

Comments
 (0)