suzaku-io / boopickle

Binary serialization library for efficient network communication
Apache License 2.0
367 stars 41 forks source link

Update sbt-scalafmt to 2.5.2 #229

Closed scala-steward closed 1 month ago

scala-steward commented 12 months ago

About this PR

šŸ“¦ Updates com.geirsson:sbt-scalafmt from 1.5.1 to 2.5.2 āš 

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!

šŸ” Files still referring to the old version number The following files still refer to the old version number (1.5.1). You might want to review and update them manually. ``` project/plugins.sbt ```
āš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.geirsson", artifactId = "sbt-scalafmt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.geirsson", artifactId = "sbt-scalafmt" } }] ```

labels: sbt-plugin-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1

lolgab commented 1 month ago

Superseded by https://github.com/suzaku-io/boopickle/pull/247