playframework / play-mailer

Play mailer plugin
Apache License 2.0
250 stars 74 forks source link

[9.0.x] Patch updates #294

Closed scala-steward closed 10 months ago

scala-steward commented 10 months ago

About this PR

Updates:

Usage

✅ Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

âš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.typesafe", artifactId = "config" }, { groupId = "org.scala-sbt", artifactId = "sbt" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe", artifactId = "config" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } } ] ```

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:n:2

mkurz commented 10 months ago

@Mergifyio backport main

mergify[bot] commented 10 months ago

backport main

✅ Backports have been created

* [#295 [main] Patch updates (backport #294) by @scala-steward](https://github.com/playframework/play-mailer/pull/295) has been created for branch `main`