File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 emacs-version :
17- - 25.2
18- - 25.3
1917 - 26.1
2018 - 26.2
2119 - 26.3
Original file line number Diff line number Diff line change 33## 1.1.0
44* Migrate to lsp-protocol.
55* Implement metals/windowStateDidChange notification.
6+ * Drop emacs 25 support.
67
78## 1.0.0
89* Migrate from ` lsp-mode ` .
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2020 Evgeny Kurnevsky <kurnevsky@gmail.com>
44
55; ; Version: 1.0.0
6- ; ; Package-Requires: ((emacs "25.2 ") (lsp-mode "7.0"))
6+ ; ; Package-Requires: ((emacs "26.1 ") (lsp-mode "7.0"))
77; ; Author: Evgeny Kurnevsky <kurnevsky@gmail.com>
88; ; Keywords: languages, extensions
99; ; URL: https://github.com/emacs-lsp/lsp-metals
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2019 Darren Syzling <dsyzling@gmail.com>, Evgeny Kurnevsky <kurnevsky@gmail.com>
44
55; ; Version: 1.0.0
6- ; ; 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"))
6+ ; ; 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"))
77; ; Author: Darren Syzling <dsyzling@gmail.com>
88; ; Evgeny Kurnevsky <kurnevsky@gmail.com>
99; ; Keywords: languages, extensions
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2018-2019 Ross A. Baker <ross@rossabaker.com>, Evgeny Kurnevsky <kurnevsky@gmail.com>
44
55; ; Version: 1.0.0
6- ; ; 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"))
6+ ; ; 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"))
77; ; Author: Ross A. Baker <ross@rossabaker.com>
88; ; Evgeny Kurnevsky <kurnevsky@gmail.com>
99; ; Keywords: languages, extensions
You can’t perform that action at this time.
0 commit comments