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 fa98e7d commit f7828a5Copy full SHA for f7828a5
1 file changed
project/Dependencies.scala
@@ -8,7 +8,7 @@ object Dependencies {
8
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.4.0"
9
10
object Logback {
11
- private val version = "1.5.33"
+ private val version = "1.5.34"
12
val core = "ch.qos.logback" % "logback-core" % version
13
val classic = "ch.qos.logback" % "logback-classic" % version
14
}
0 commit comments