Skip to content

Commit

Permalink
Drop emacs 25 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Jul 13, 2020
1 parent e83b7be commit efefcc0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
emacs-version:
- 25.2
- 25.3
- 26.1
- 26.2
- 26.3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.1.0
* Migrate to lsp-protocol.
* Implement metals/windowStateDidChange notification.
* Drop emacs 25 support.

## 1.0.0
* Migrate from `lsp-mode`.
2 changes: 1 addition & 1 deletion lsp-metals-protocol.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2020 Evgeny Kurnevsky <[email protected]>

;; Version: 1.0.0
;; Package-Requires: ((emacs "25.2") (lsp-mode "7.0"))
;; Package-Requires: ((emacs "26.1") (lsp-mode "7.0"))
;; Author: Evgeny Kurnevsky <[email protected]>
;; Keywords: languages, extensions
;; URL: https://github.com/emacs-lsp/lsp-metals
Expand Down
2 changes: 1 addition & 1 deletion lsp-metals-treeview.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2019 Darren Syzling <[email protected]>, Evgeny Kurnevsky <[email protected]>

;; Version: 1.0.0
;; Package-Requires: ((emacs "25.2") (lsp-mode "7.0") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (treemacs "2.5"))
;; Package-Requires: ((emacs "26.1") (lsp-mode "7.0") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (treemacs "2.5"))
;; Author: Darren Syzling <[email protected]>
;; Evgeny Kurnevsky <[email protected]>
;; Keywords: languages, extensions
Expand Down
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 "7.0") (dap-mode "0.3") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (treemacs "2.5"))
;; Package-Requires: ((emacs "26.1") (lsp-mode "7.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 efefcc0

Please sign in to comment.