scalameta / metals-feature-requests

Issue tracker for Metals feature requests
37 stars 4 forks source link

update `sbt-bloop` version automatically in `project/metals.sbt` #401

Open peterbecich opened 1 month ago

peterbecich commented 1 month ago

Is your feature request related to a problem? Please describe.

Metals generates the project/metals.sbt at some point in time. This file contains the bloop plugin and version https://github.com/scalacenter/bloop

I was unaware of this file and had a very old version of bloop.

Describe the solution you'd like

Metals could regenerate or update project/metals.sbt when https://github.com/scalacenter/bloop is updated.

Describe alternatives you've considered

remove pinned version number and let SBT grab latest bloop automatically?

Additional context

No response

Search terms

bloop

tgodzik commented 1 month ago

Thanks for reporting! This actually automatically updated when running build import. Did you run import and it was not updated?

It's not really important otherwise

peterbecich commented 1 month ago

Good to know. Let me see if I can produce evidence it does not automatically update, thank you.