We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13246f5 commit 52fee5cCopy full SHA for 52fee5c
project/Dependencies.scala
@@ -12,7 +12,7 @@ object Dependencies {
12
val sstream = "com.evolutiongaming" %% "sstream" % "1.1.0"
13
14
object Logback {
15
- private val version = "1.4.11"
+ private val version = "1.4.14"
16
val core = "ch.qos.logback" % "logback-core" % version
17
val classic = "ch.qos.logback" % "logback-classic" % version
18
}
0 commit comments