emacs-lsp / lsp-metals

lsp-mode :heart: metals
https://emacs-lsp.github.io/lsp-metals
GNU General Public License v3.0
58 stars 34 forks source link

Cannot install Metals 0.11.3+ #69

Closed nigredo-tori closed 2 years ago

nigredo-tori commented 2 years ago

Describe the bug

lsp-install-server installs Metals 0.11.2, even though the current version is 0.11.4 (or 0.11.5 if you go by Maven Central)

To Reproduce

lsp-install-server, choose metals, wait until the end of the installation. Run path/to/metals --version, and observe that it's 0.11.2.

Expected behavior

lsp-install-server should install the latest released Metals version.

Analysis

The issue seems to be that Metals has switched to Scala 2.13, whereas this project has 2.12 hardcoded.

TimWSpence commented 2 years ago

@nigredo-tori thank you for diagnosing this!! I thought I was going crazy 😅