Closed scala-steward closed 1 year ago
Base: 89.60% // Head: 89.54% // Decreases project coverage by -0.07%
:warning:
Coverage data is based on head (
c991df2
) compared to base (3cefba6
). Patch has no changes to coverable lines.:exclamation: Current head c991df2 differs from pull request most recent head 83991ae. Consider uploading reports for the commit 83991ae to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Updates pl.project13.scala:sbt-jmh from 0.4.3 to 0.4.4.
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