typelevel / paiges

an implementation of Wadler's a prettier printer
Apache License 2.0
187 stars 30 forks source link

Update sbt-jmh to 0.4.4 #523

Closed typelevel-steward[bot] closed 1 year ago

typelevel-steward[bot] commented 1 year ago

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 commented 1 year ago

Codecov Report

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

:exclamation: 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.