Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt-jmh to 0.4.4 #523

Merged
merged 4 commits into from
Mar 6, 2023
Merged

Update sbt-jmh to 0.4.4 #523

merged 4 commits into from
Mar 6, 2023

Conversation

typelevel-steward[bot]
Copy link
Contributor

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!

Files still referring to the old version number

The following files still refer to the old version number (0.4.3).
You might want to review and update them manually.

build.sbt
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, old-version-remains, commit-count:1

@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2023

Codecov Report

Merging #523 (0b57c52) into master (995c3d7) will not change coverage.
The diff coverage is n/a.

❗ Current head 0b57c52 differs from pull request most recent head 5ccd256. Consider uploading reports for the commit 5ccd256 to get more accurate results

@@           Coverage Diff           @@
##           master     #523   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files           8        8           
  Lines         426      426           
  Branches       79       79           
=======================================
  Hits          422      422           
  Misses          4        4           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@johnynek johnynek merged commit a72c706 into master Mar 6, 2023
@johnynek johnynek deleted the update/sbt-jmh-0.4.4 branch March 6, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants