Skip to content

Commit

Permalink
Merge pull request #281 from scala-steward/update/slf4j-api-2.0.9
Browse files Browse the repository at this point in the history
Update slf4j-api to 2.0.9
  • Loading branch information
mkurz committed Sep 13, 2023
2 parents 15c949d + 4ac36d9 commit c08b7a7
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 @@ -42,7 +42,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
libraryDependencies ++= Seq(
"javax.inject" % "javax.inject" % "1",
"com.typesafe" % "config" % "1.4.2",
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.slf4j" % "slf4j-api" % "2.0.9",
"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 c08b7a7

Please sign in to comment.