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.
2 parents c4eae29 + 5ff160f commit ccae72aCopy full SHA for ccae72a
project/Dependencies.scala
@@ -15,7 +15,7 @@ object Dependencies {
15
val parserCombinators =
16
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0"
17
18
- val slf4jVersion = "1.7.31"
+ val slf4jVersion = "1.7.32"
19
val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion
20
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
21
}
0 commit comments