diff options
| -rw-r--r-- | Makefile | 6 | ||||
| -rw-r--r-- | with-editor.el | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -14,9 +14,9 @@ BATCH = $(EMACS) -batch -Q -L . $(EFLAGS) MAKEINFO ?= makeinfo INSTALL_INFO ?= $(shell command -v ginstall-info || printf install-info) -WITH_EDITOR_VERSION = 2.5.1 -ASYNC_VERSION = 1.5 -DASH_VERSION = 2.12.1 +WITH_EDITOR_VERSION = 2.5.2 +ASYNC_VERSION = 1.9 +DASH_VERSION = 2.13.0 .PHONY: help clean AUTHORS.md diff --git a/with-editor.el b/with-editor.el index 423db88..cd137e3 100644 --- a/with-editor.el +++ b/with-editor.el @@ -8,7 +8,7 @@ ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Package-Requires: ((emacs "24.4") (async "1.5") (dash "2.12.1")) +;; Package-Requires: ((emacs "24.4") (async "1.9") (dash "2.13.0")) ;; Keywords: tools ;; Homepage: https://github.com/magit/with-editor |
