Closed contagnas closed 7 months ago
The header just wasn't updated, but the version exists: https://stable.melpa.org/#/scala-mode
You should probably raise an issue in scala-mode
repo. But fair enough, Package-Requires
takes the version info from the header.
I'm wondering, do we need to have scala-mode
as strict dependency now when there is an alternative as scala-ts-mode
? @yyoncho wdyt? (pinging you since you suggested it :) ).
I'll merge it for the time being. Thanks.
scala-mode 1.1 does not exist; 0.23 is the current version.
https://github.com/hvesalai/emacs-scala-mode/blob/master/scala-mode.el#L7
This breaks installing lsp-metals in my setup (use-package with elpaca).
1.1 was set as the dependency in https://github.com/emacs-lsp/lsp-metals/pull/48. I didn't chase why this was set any further than that.