Skip to content

Commit

Permalink
Merge pull request #208 from scala-steward/update/slf4j-api-1.7.36
Browse files Browse the repository at this point in the history
Update slf4j-api to 1.7.36
  • Loading branch information
mkurz authored Mar 3, 2022
2 parents b9c85ff + c998646 commit f6539cb
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 @@ -41,7 +41,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
libraryDependencies ++= Seq(
"javax.inject" % "javax.inject" % "1",
"com.typesafe" % "config" % "1.4.0",
"org.slf4j" % "slf4j-api" % "1.7.30",
"org.slf4j" % "slf4j-api" % "1.7.36",
"org.apache.commons" % "commons-email" % "1.5",
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
"com.typesafe.play" %% "play-specs2" % Dependencies.PlayVersion % Test
Expand Down

0 comments on commit f6539cb

Please sign in to comment.