summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-09-20 13:07:07 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-09-20 13:07:07 +0300
commit8b8cf4c7a2710dbce78330f6fc9bed419e9850b1 (patch)
tree85f4972e3c95020c9b84fc3801cc2f6b530b788f /cider.el
parent4488c6b1d1b700de9cdd0b02f3719ca3b9c3e9aa (diff)
Bump the cl-lib dep
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index bce62eb1..2f958c92 100644
--- a/cider.el
+++ b/cider.el
@@ -10,7 +10,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.8.0-cvs
-;; Package-Requires: ((clojure-mode "3.0.0") (cl-lib "0.3") (dash "2.4.1") (pkg-info "0.4") (emacs "24") (queue "0.1.1"))
+;; Package-Requires: ((clojure-mode "3.0.0") (cl-lib "0.5") (dash "2.4.1") (pkg-info "0.4") (emacs "24") (queue "0.1.1"))
;; Keywords: languages, clojure, cider
;; This program is free software: you can redistribute it and/or modify