Skip to content

Commit

Permalink
Update dash dependency to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiltyDolphin committed May 8, 2020
1 parent 7f6198e commit 7d73c6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- =Cask=
- =CHANGELOG.org=
- =.travis.yml=
- new dependency: =dash (2.13.0)=
- new dependency: =dash (2.17.0)=

* 0.1.0 - 2018-07-12

Expand Down
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
(package-file "emaps.el")

(development
(depends-on "dash" "2.13.0"))
(depends-on "dash" "2.17.0"))
4 changes: 2 additions & 2 deletions emaps.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.

;; Copyright (C) 2016-2018 Ben Moon
;; Copyright (C) 2016-2018, 2020 Ben Moon
;; Author: Ben Moon <[email protected]>
;; URL: https://github.com/GuiltyDolphin/emaps
;; Git-Repository: git://github.com/GuiltyDolphin/emaps.git
;; Created: 2016-06-20
;; Version: 0.1.0
;; Keywords: convenience, keyboard, keymap, utility
;; Package-Requires: ((dash "2.13.0"))
;; Package-Requires: ((dash "2.17.0"))

;;; Commentary:

Expand Down

0 comments on commit 7d73c6b

Please sign in to comment.