We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9613a commit b66b2a6Copy full SHA for b66b2a6
project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
20
}
21
22
23
- val slf4jVersion = "2.0.16"
+ val slf4jVersion = "2.0.17"
24
val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion
25
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
26
0 commit comments