Skip to content

Commit

Permalink
Merge pull request #183 from scala-steward/update/slf4j-api-1.7.32
Browse files Browse the repository at this point in the history
slf4j-api, slf4j-simple 1.7.32 (was 1.7.31)
  • Loading branch information
mkurz authored Aug 15, 2021
2 parents c4eae29 + 5ff160f commit ccae72a
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 ccae72a

Please sign in to comment.