summaryrefslogtreecommitdiff
path: root/helm-core-pkg.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-24 07:00:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-04-24 07:00:21 +0200
commitfe3dc6657386d181c38bc1707d5b886d0502abab (patch)
tree91111d114b882b9e79fb871ac979a7d80a6ef054 /helm-core-pkg.el
parentbeed1beb956f8a0695d3a097a7b7becce73acb6a (diff)
Use async 1.9.3 as dependency
Diffstat (limited to 'helm-core-pkg.el')
-rw-r--r--helm-core-pkg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-core-pkg.el b/helm-core-pkg.el
index 69acf165..28420a22 100644
--- a/helm-core-pkg.el
+++ b/helm-core-pkg.el
@@ -3,7 +3,7 @@
(define-package "helm-core" "2.9.2"
"Development files for Helm"
'((emacs "24.4")
- (async "1.9.2"))
+ (async "1.9.3"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables: