Skip to content

Commit e8b18af

Browse files
authored
Merge pull request #434 from jcs-PR/ci
Fix CI by removing dash-functional
2 parents 5450af5 + 8724955 commit e8b18af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dap-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
;; Author: Ivan Yonchovski <[email protected]>
1919
;; Keywords: languages, debug
20-
;; URL: https://github.com/yyoncho/dap-mode
21-
;; Package-Requires: ((emacs "26.1") (dash "2.14.1") (lsp-mode "6.0") (dash-functional "1.2.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0"))
20+
;; URL: https://github.com/emacs-lsp/dap-mode
21+
;; Package-Requires: ((emacs "26.1") (dash "2.18.0") (lsp-mode "6.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0"))
2222
;; Version: 0.6
2323

2424
;;; Commentary:

test/windows-bootstrap.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
(let* ((package-archives '(("melpa" . "https://melpa.org/packages/")
3333
("gnu" . "http://elpa.gnu.org/packages/")))
34-
(pkgs (append '(dash lsp-mode dash-functional bui f s lsp-treemacs posframe)
34+
(pkgs (append '(dash lsp-mode bui f s lsp-treemacs posframe)
3535
'(ecukes espuds undercover ert-runner))))
3636
(package-initialize)
3737
(package-refresh-contents)

0 commit comments

Comments
 (0)