Skip to content

Commit

Permalink
slf4j-api 2.0.16 (was 2.0.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 13, 2024
1 parent 4189977 commit 710feaa
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 @@ -44,7 +44,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
libraryDependencies ++= Seq(
"javax.inject" % "javax.inject" % "1",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.slf4j" % "slf4j-api" % "2.0.16",
"org.apache.commons" % "commons-email" % "1.5",
"org.playframework" %% "play" % Dependencies.PlayVersion % Test,
"org.playframework" %% "play-specs2" % Dependencies.PlayVersion % Test
Expand Down

0 comments on commit 710feaa

Please sign in to comment.