branch: externals/assess commit 818cf7725856746c5bef44f62f31bacd483104eb Merge: 3cf57afcaf f33b371177 Author: Phil Lord <phillip.l...@russet.org.uk> Commit: Phil Lord <phillip.l...@russet.org.uk>
Merge pull request #2 from syohex/minimum Specify minimum dash version --- sisyphus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sisyphus.el b/sisyphus.el index 2470056e20..d4b4a79560 100644 --- a/sisyphus.el +++ b/sisyphus.el @@ -7,7 +7,7 @@ ;; Author: Phillip Lord <phillip.l...@russet.org.uk> ;; Maintainer: Phillip Lord <phillip.l...@russet.org.uk> ;; Version: 0.1 -;; Package-Requires: ((emacs "24.4")(m-buffer "0.13")(dash)) +;; Package-Requires: ((emacs "24.4")(m-buffer "0.13")(dash "2.12.0")) ;; The contents of this file are subject to the GPL License, Version 3.0.