scalameta / metals

Scala language server with rich IDE features šŸš€
https://scalameta.org/metals/
Apache License 2.0
2.08k stars 328 forks source link

build(deps): Update scalafmt-core from 3.8.1 to 3.8.2 #6514

Closed scalameta-bot closed 3 months ago

scalameta-bot commented 3 months ago

About this PR

šŸ“¦ Updates org.scalameta:scalafmt-core from 3.8.1 to 3.8.2

šŸ“œ 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!

šŸ” Files still referring to the old version number The following files still refer to the old version number (3.8.1). You might want to review and update them manually. ``` build.sbt tests/unit/src/test/scala/tests/JavaDefinitionSuite.scala website/blog/2020-07-01-lithium.md website/blog/2023-08-28-silver.md website/blog/2023-10-17-silver.md website/blog/2023-12-12-bismuth.md website/blog/2024-04-15-thalium.md website/blog/2024-05-16-thallium.md ```
āš™ 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, old-version-remains, commit-count:n:3