scalameta / metals

Scala language server with rich IDE features 🚀
https://scalameta.org/metals/
Apache License 2.0
2.04k stars 318 forks source link

build(deps): Update cli_3, scala-cli-bsp from 1.3.2 to 1.4.0 #6548

Closed scalameta-bot closed 4 days ago

scalameta-bot commented 5 days ago

About this PR

📦 Updates

📜 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.3.2). You might want to review and update them manually. ``` .github/ISSUE_TEMPLATE/bug_report.yml .github/workflows/mtags-auto-release.yml metals/src/main/scala/scala/meta/internal/metals/MtagsResolver.scala metals/src/main/scala/scala/meta/internal/metals/scalacli/ScalaCli.scala website/blog/2019-06-11-radium.md website/blog/2020-01-10-cobalt.md website/blog/2024-06-19-thallium.md ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.virtuslab.scala-cli" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.virtuslab.scala-cli" } }] ```

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