Skip to content

Commit

Permalink
Add missing dependencies to lsp-metals.el
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed May 26, 2020
1 parent 17ee60d commit 5468b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-metals.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2018-2019 Ross A. Baker <[email protected]>, Evgeny Kurnevsky <[email protected]>

;; Version: 1.0.0
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (dap-mode "0.3") (dash "2.14.1") (dash-functional "2.14.1"))
;; Package-Requires: ((emacs "25.2") (lsp-mode "6.0") (dap-mode "0.3") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (treemacs "2.5"))
;; Author: Ross A. Baker <[email protected]>
;; Evgeny Kurnevsky <[email protected]>
;; Keywords: languages, extensions
Expand Down

0 comments on commit 5468b63

Please sign in to comment.