Skip to content

Commit

Permalink
slf4j-api, slf4j-simple 1.7.32 (was 1.7.31)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 14, 2021
1 parent c4eae29 commit 5ff160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
val parserCombinators =
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0"

val slf4jVersion = "1.7.31"
val slf4jVersion = "1.7.32"
val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
}

0 comments on commit 5ff160f

Please sign in to comment.