proteinevolution / Toolkit

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

Update sbt-release to 1.3.0 #1548

Closed scala-steward closed 10 months ago

scala-steward commented 10 months ago

About this PR

📦 Updates com.github.sbt:sbt-release from 1.1.0 to 1.3.0

📜 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 (1.1.0). You might want to review and update them manually. ``` frontend/package.json 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.github.sbt", artifactId = "sbt-release" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.sbt", artifactId = "sbt-release" } }] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (ab90f07) 13.79% compared to head (b51ae74) 13.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1548 +/- ## ======================================== 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 10 months ago

Superseded by #1553.