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

Commit

Permalink
Update swank-clojure version references.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Mar 25, 2012
1 parent f968df4 commit b1bdda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,7 @@ using [Leiningen](http://github.com/technomancy/leiningen):
* From an Emacs buffer inside a project, invoke `M-x clojure-jack-in`

If you are still using Leiningen 1.6.2 or earlier, you will need to do
`lein plugin install swank-clojure 1.4.1` instead.
`lein plugin install swank-clojure 1.4.2` instead.

That's all it takes; there are no extra install steps beyond
`clojure-mode` on the Emacs side and the `swank-clojure` plugin on the
Expand Down Expand Up @@ -62,7 +62,7 @@ If you just want a standalone swank server with no third-party
libraries, you can use the shell wrapper that Leiningen installs for
you:

$ lein plugin install swank-clojure 1.4.0
$ lein plugin install swank-clojure 1.4.2
$ ~/.lein/bin/swank-clojure

M-x slime-connect
Expand All @@ -85,7 +85,7 @@ If you're using Maven, add this to your pom.xml under the
<dependency>
<groupId>swank-clojure</groupId>
<artifactId>swank-clojure</artifactId>
<version>1.3.4</version>
<version>1.4.2</version>
</dependency>
```

Expand Down

0 comments on commit b1bdda3

Please sign in to comment.