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 bloop-config from 1.5.5 to 2.0.1 #6527

Closed scalameta-bot closed 3 months ago

scalameta-bot commented 3 months ago

About this PR

πŸ“¦ Updates ch.epfl.scala:bloop-config from 1.5.5 to 2.0.1 ⚠

πŸ“œ 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 (1.5.5). You might want to review and update them manually. ``` website/blog/2020-12-19-lithium.md ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "ch.epfl.scala", artifactId = "bloop-config" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.epfl.scala", artifactId = "bloop-config" } }] ```

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

scalameta-bot commented 3 months ago

Superseded by #6534.