featran icon indicating copy to clipboard operation
featran copied to clipboard

Update scalafmt-core to 3.5.9

Open scala-steward opened this issue 1 year ago • 1 comments

Updates org.scalameta:scalafmt-core from 3.3.3 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!

Files still referring to the old version number

The following files still refer to the old version number (3.3.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 = "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-minor, semver-spec-minor, old-version-remains, commit-count:1

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

Codecov Report

Merging #638 (2e7cd8c) into main (87aae23) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #638   +/-   ##
=======================================
  Coverage   97.32%   97.32%           
=======================================
  Files          57       57           
  Lines        1684     1684           
  Branches       80       80           
=======================================
  Hits         1639     1639           
  Misses         45       45           

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

codecov[bot] avatar Aug 12 '22 19:08 codecov[bot]

Superseded by #650.

scala-steward avatar Oct 18 '22 02:10 scala-steward