Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Update lein-swank to use swank-clojure 1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Nov 29, 2012
1 parent 12e96d0 commit 3446bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lein-swank/src/leiningen/swank.clj
Expand Up @@ -59,7 +59,7 @@
(defn add-swank-dep [project]
(if (some #(= 'swank-clojure (first %)) (:dependencies project))
project
(update-in project [:dependencies] conj ['swank-clojure "1.4.2"])))
(update-in project [:dependencies] conj ['swank-clojure "1.4.3"])))

(defn swank
"Launch swank server for Emacs to connect. Optionally takes PORT and HOST."
Expand Down

0 comments on commit 3446bbb

Please sign in to comment.