Skip to content

Commit ccae72a

Browse files
authored
Merge pull request #183 from scala-steward/update/slf4j-api-1.7.32
slf4j-api, slf4j-simple 1.7.32 (was 1.7.31)
2 parents c4eae29 + 5ff160f commit ccae72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Dependencies {
1515
val parserCombinators =
1616
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0"
1717

18-
val slf4jVersion = "1.7.31"
18+
val slf4jVersion = "1.7.32"
1919
val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion
2020
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
2121
}

0 commit comments

Comments
 (0)