Merge pull request #3438 from ericdallo/bump-lsp

Bump lsp packages
This commit is contained in:
Henrik Lissner 2020-06-24 20:02:57 -04:00 committed by GitHub
commit cff54aa58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
(package! dart-mode :pin "04fcd649f1")
(when (featurep! +lsp)
(package! lsp-dart :pin "afdcce3507"))
(package! lsp-dart :pin "10b898ebeb60e00395bbc72495afaf2f22b4fc9f"))
(when (featurep! +flutter)
(package! flutter :pin "293b7225b9")

View file

@ -13,4 +13,4 @@
(package! company-emacs-eclim :pin "23f5b294f8")))
(when (featurep! +lsp)
(package! lsp-java :pin "6efb741845"))
(package! lsp-java :pin "fe118246903b9cfa9217f442f2b1b6524916253b"))

View file

@ -11,7 +11,7 @@
;; LSP
(when (and (featurep! +lsp)
(not (featurep! :tools lsp +eglot)))
(package! lsp-python-ms :pin "db6f2636da1037bda06d5a2d992c4857ce3ad9b0"))
(package! lsp-python-ms :pin "7068cf04a0d0a1877afe56990cc577edd824a1e4"))
;; Programming environment
(package! anaconda-mode :pin "10299bd9ff38c4f0da1d892905d02ef828e7fdce")

View file

@ -5,4 +5,4 @@
(package! scala-mode :pin "46bb948345")
(when (featurep! +lsp)
(package! lsp-metals :pin "5468b638cd81b7d9ce9edc652c281b28bd775c23"))
(package! lsp-metals :pin "3d4d4b7b14d6f1041f75ddb45f36ca4cf9a6d854"))