proteinevolution / Toolkit

The MPI Bioinformatics Toolkit
https://toolkit.tuebingen.mpg.de
Apache License 2.0
63 stars 14 forks source link

Update play-mailer, play-mailer-guice to 9.0.0 #1544

Closed scala-steward closed 1 month ago

scala-steward commented 1 year ago

About this PR

📦 Updates

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

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

If you'd like to skip this version, you can just close this PR. 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!

🔍 Files still referring to the old version number The following files still refer to the old version number (8.0.1). You might want to review and update them manually. ``` frontend/yarn.lock ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.typesafe.play" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play" } }] ```

labels: library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 13.79%. Comparing base (77cffc8) to head (6871701). Report is 15 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1544 +/- ## ======================================== Coverage 13.79% 13.79% ======================================== Files 8 8 Lines 29 29 Branches 1 1 ======================================== Hits 4 4 Misses 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

scala-steward commented 1 month ago

Superseded by #1592.