chill icon indicating copy to clipboard operation
chill copied to clipboard

Update scalafmt-core to 3.5.9

Open scala-steward opened this issue 3 years ago • 1 comments

Updates org.scalameta:scalafmt-core from 3.5.8 to 3.5.9. GitHub Release Notes - Version Diff

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 = "@monthly" },
  dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
}]

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

scala-steward avatar Aug 12 '22 20:08 scala-steward

Codecov Report

Merging #690 (7c3ec0d) into develop (9313914) will not change coverage. The diff coverage is n/a.

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

@@           Coverage Diff            @@
##           develop     #690   +/-   ##
========================================
  Coverage    91.85%   91.85%           
========================================
  Files           46       46           
  Lines         1425     1425           
  Branches        28       28           
========================================
  Hits          1309     1309           
  Misses         116      116           

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

codecov-commenter avatar Aug 12 '22 20:08 codecov-commenter