Merge pull request #3402 from logc/fix-lsp-metals

Add separate package for lsp-metals
This commit is contained in:
Henrik Lissner 2020-06-18 13:51:51 -04:00 committed by GitHub
commit d0a07badb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,6 @@
(package! sbt-mode :pin "633a315ad4")
(package! scala-mode :pin "46bb948345")
(when (featurep! +lsp)
(package! lsp-metals :pin "5468b638cd81b7d9ce9edc652c281b28bd775c23"))