Skip to content

Commit

Permalink
Fix the parseedn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 25, 2021
1 parent 7436604 commit b150396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; Version: 3.0.0
;; Keywords: convenience, clojure, cider

;; Package-Requires: ((emacs "26.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.9") (cider "1.0") (parseedn "1.0.46") (inflections "2.3") (hydra "0.13.2"))
;; Package-Requires: ((emacs "26.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.9") (cider "1.0") (parseedn "1.0.6") (inflections "2.3") (hydra "0.13.2"))

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License
Expand Down

0 comments on commit b150396

Please sign in to comment.