From b1503962c90f1c88a4f32b8d32cf87c48437c158 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 25 Oct 2021 13:34:13 +0300 Subject: [PATCH] Fix the parseedn dep --- clj-refactor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clj-refactor.el b/clj-refactor.el index 03babb34..1e7b621b 100644 --- a/clj-refactor.el +++ b/clj-refactor.el @@ -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