Skip to content

Commit

Permalink
Update play-mailer to 10.0.1 (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 14, 2024
1 parent 0143f92 commit abac5e8
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 @@ -82,7 +82,7 @@ val fs2Version = "3.11.0"

libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.7.4",
"org.playframework" %% "play-mailer" % "10.0.0",
"org.playframework" %% "play-mailer" % "10.0.1",
"org.playframework" %% "play-json" % "3.0.4",
"com.sun.mail" % "javax.mail" % "1.6.2",
"net.jcazevedo" %% "moultingyaml" % "0.4.2" cross CrossVersion.for3Use2_13,
Expand Down

0 comments on commit abac5e8

Please sign in to comment.