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 81b3865 commit e0e31d6Copy full SHA for e0e31d6
1 file changed
project/Dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
14
}
15
16
object Slf4j {
17
- private val version = "2.0.17"
+ private val version = "2.0.18"
18
val api = "org.slf4j" % "slf4j-api" % version
19
val `log4j-over-slf4j` = "org.slf4j" % "log4j-over-slf4j" % version
20
0 commit comments