@@ -13,7 +13,7 @@ using [Leiningen](http://github.com/technomancy/leiningen):
13
13
* Install clojure-mode either from
14
14
[ Marmalade] ( http://marmalade-repo.org ) or from
15
15
[ git] ( http://github.com/technomancy/clojure-mode ) .
16
- * <tt >lein plugin install swank-clojure 1.3.1 </tt >
16
+ * <tt >lein plugin install swank-clojure 1.3.2 </tt >
17
17
* From inside a project, invoke <tt >M-x clojure-jack-in</tt >
18
18
19
19
That's all it takes! There are no extra install steps beyond
@@ -57,7 +57,7 @@ If you just want a standalone swank server with no third-party
57
57
libraries, you can use the shell wrapper that Leiningen installs for
58
58
you:
59
59
60
- $ lein plugin install swank-clojure 1.3.1
60
+ $ lein plugin install swank-clojure 1.3.2
61
61
$ ~/.lein/bin/swank-clojure
62
62
63
63
M-x slime-connect
@@ -70,7 +70,7 @@ You can also start a swank server from inside your project.
70
70
You'll need to either have installed using <tt >lein plugin
71
71
install</tt > or have added swank-clojure to project.clj:
72
72
73
- [swank-clojure "1.3.1 "]
73
+ [swank-clojure "1.3.2 "]
74
74
75
75
Then launch the server:
76
76
@@ -82,7 +82,7 @@ If you're using Maven, add this to your pom.xml under the
82
82
<dependency>
83
83
<groupId>swank-clojure</groupId>
84
84
<artifactId>swank-clojure</artifactId>
85
- <version>1.3.1 </version>
85
+ <version>1.3.2 </version>
86
86
</dependency>
87
87
88
88
Then you can launch a swank server like so:
0 commit comments