Closed nigredo-tori closed 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)
lsp-install-server
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.
metals
path/to/metals --version
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.
@nigredo-tori thank you for diagnosing this!! I thought I was going crazy 😅
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
, choosemetals
, wait until the end of the installation. Runpath/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.