We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1086329 commit 7450f9cCopy full SHA for 7450f9c
.github/workflows/test.yml
@@ -14,8 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
emacs-version:
17
- - 25.2
18
- - 25.3
19
- 26.1
20
- 26.2
21
- 26.3
lsp-dart.el
@@ -1,7 +1,7 @@
1
;;; lsp-dart.el --- Dart support lsp-mode -*- lexical-binding: t; -*-
2
3
;; Version: 1.12.7
4
-;; Package-Requires: ((emacs "25.2") (lsp-treemacs "0.2") (lsp-mode "7.0") (dap-mode "0.5") (f "0.20.0") (dash "2.14.1") (pkg-info "0.4") (dart-mode "1.0.5"))
+;; Package-Requires: ((emacs "26.1") (lsp-treemacs "0.2") (lsp-mode "7.0") (dap-mode "0.5") (f "0.20.0") (dash "2.14.1") (pkg-info "0.4") (dart-mode "1.0.5"))
5
;; Keywords: languages, extensions
6
;; URL: https://emacs-lsp.github.io/lsp-dart
7
0 commit comments