Skip to content

Commit

Permalink
Merge pull request #215 from scala-steward/update/slf4j-api-1.7.36
Browse files Browse the repository at this point in the history
slf4j-api, slf4j-simple 1.7.36 (was 1.7.32)
  • Loading branch information
mkurz authored Feb 11, 2022
2 parents 3f65cbf + 3e897a6 commit 3a9e707
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 @@ -20,7 +20,7 @@ object Dependencies {
}
}

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

0 comments on commit 3a9e707

Please sign in to comment.