azavea / azavea.g8

A Giter8 template for bootstrapping Scala projects at Azavea.
Other
5 stars 1 forks source link

Update scalafmt-core to 3.6.1 #187

Closed azavea-bot closed 1 year ago

azavea-bot commented 1 year ago

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

Ignore 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" } ] ```

labels: library-update, early-semver-major, semver-spec-major

azavea-bot commented 1 year ago

Superseded by #195.