Skip to content

Commit

Permalink
Replace deprecated dash-functional dependency (nathankot#35)
Browse files Browse the repository at this point in the history
Dash 2.18.0 now subsumes dash-functional.
  • Loading branch information
basil-conto authored Apr 30, 2021
1 parent abf9bc5 commit a1860ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions company-sourcekit.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; URL: https://github.com/nathankot/company-sourcekit
;; Keywords: abbrev
;; Version: 0.2.0
;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.2.0"))
;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.18.0") (sourcekit "0.2.0"))

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand All @@ -32,7 +32,6 @@
(require 'cl-lib)
(require 'json)
(require 'dash)
(require 'dash-functional)
(require 'sourcekit)

(defgroup company-sourcekit nil
Expand Down
3 changes: 1 addition & 2 deletions sourcekit.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; URL: https://github.com/nathankot/company-sourcekit
;; Keywords: tools, processes
;; Version: 0.2.0
;; Package-Requires: ((emacs "24.3") (dash "2.12.1") (dash-functional "1.2.0") (request "0.2.0"))
;; Package-Requires: ((emacs "24.3") (dash "2.18.0") (request "0.2.0"))

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand All @@ -32,7 +32,6 @@

(require 'cl-lib)
(require 'dash)
(require 'dash-functional)
(require 'request)

(defgroup sourcekit nil
Expand Down

0 comments on commit a1860ad

Please sign in to comment.