johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
223 stars 11 forks source link

Update sbt-jmh to 0.4.7 #1097

Closed scala-steward closed 6 months ago

scala-steward commented 6 months ago

About this PR

📦 Updates pl.project13.scala:sbt-jmh from 0.4.6 to 0.4.7

📜 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!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "pl.project13.scala", artifactId = "sbt-jmh" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "pl.project13.scala", artifactId = "sbt-jmh" } }] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, commit-count:1

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (9de8fc8) 92.21% compared to head (69354c0) 92.24%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1097 +/- ## ========================================== + Coverage 92.21% 92.24% +0.02% ========================================== Files 93 93 Lines 10640 10640 Branches 2479 2479 ========================================== + Hits 9812 9815 +3 + Misses 828 825 -3 ```

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