scalameta / metals-sublime

Sublime Text package for Metals, a language server for Scala
https://packagecontrol.io/packages/LSP-metals
Apache License 2.0
16 stars 10 forks source link

Bump Metals version #85

Closed ayoub-benali closed 2 years ago

ckipp01 commented 2 years ago

btw heads up with this next release this will need to change

https://github.com/scalameta/metals-sublime/blob/80d5b964064aec78daa0f0ce5c4a1eb04d20c62f/core/metals.py#L96

since the next release with be a 2.13 artifact.

ayoub-benali commented 2 years ago

thanks ! how will you handle that in the clients ? use 2.12 for every version bellow the next stable otherwise use 2.13 ?

ckipp01 commented 2 years ago

Yup, everything greater than 0.11.2 is on 2.13. Like this:

https://github.com/scalameta/nvim-metals/blob/bc6f2ba6d6b2c5ffd65b41f3df74761a90e538da/lua/metals/install.lua#L103-L108