Skip to content

Commit

Permalink
Update slf4j-simple to 1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] authored and xuwei-k committed Feb 8, 2022
1 parent 3a9bf7b commit 04b0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ lazy val lib = (project in file("library"))
sbtIo % Test,
scalatest % Test,
scalamock % Test,
"org.slf4j" % "slf4j-simple" % "1.7.35" % Test
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test
) ++
(CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, scalaMajor)) if scalaMajor >= 11 =>
Expand Down

0 comments on commit 04b0cd0

Please sign in to comment.