Updating Clojure version for swank/slime

169 views Asked by At

I just updated from Clojure 1.2 to clojure 1.3.0 on Windows 7 and emacs is still going to Clojure 1.2 with swank/slime.

Any suggestions where to change this so it uses 1.3?

2

There are 2 answers

0
Tassilo Horn On

lein deps will fetch the clojure version you've declared in the :dependencies of your project.clj, and lein swank will start a swank server using that clojure version.

BTW: From inside emacs, I think it's more convenient to simply use M-x clojure-jack-in from a buffer associated with some file in your project. That'll also start swank for you.

0
Arthur Ulfeldt On

use leiningen to start the swank server and it should get to to the correct version.

you also may need to re run lein deps after changing the version number if you are already using lein