typelevel / paiges

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

Update scalafmt-core to 3.7.6 #552

Closed typelevel-steward[bot] closed 1 year ago

typelevel-steward[bot] commented 1 year ago

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.7.4 to 3.7.6

📜 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 = "org.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

codecov-commenter commented 1 year ago

Codecov Report

Merging #552 (c51f632) into master (bc9ba2e) will increase coverage by 0.23%. The diff coverage is n/a.

:exclamation: Current head c51f632 differs from pull request most recent head eca9a27. Consider uploading reports for the commit eca9a27 to get more accurate results

@@            Coverage Diff             @@
##           master     #552      +/-   ##
==========================================
+ Coverage   98.82%   99.06%   +0.23%     
==========================================
  Files           8        8              
  Lines         426      426              
  Branches       81       81              
==========================================
+ Hits          421      422       +1     
+ Misses          5        4       -1     

see 1 file with indirect coverage changes

typelevel-steward[bot] commented 1 year ago

Superseded by #553.