Skip to content

Commit

Permalink
Release 1.3.2; backport blocking to swank task.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jul 12, 2011
1 parent 95f3adf commit e6a5e59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -13,7 +13,7 @@ using [Leiningen](http://github.com/technomancy/leiningen):
* Install clojure-mode either from * Install clojure-mode either from
[Marmalade](http://marmalade-repo.org) or from [Marmalade](http://marmalade-repo.org) or from
[git](http://github.com/technomancy/clojure-mode). [git](http://github.com/technomancy/clojure-mode).
* <tt>lein plugin install swank-clojure 1.3.1</tt> * <tt>lein plugin install swank-clojure 1.3.2</tt>
* From inside a project, invoke <tt>M-x clojure-jack-in</tt> * From inside a project, invoke <tt>M-x clojure-jack-in</tt>


That's all it takes! There are no extra install steps beyond That's all it takes! There are no extra install steps beyond
Expand Down Expand Up @@ -57,7 +57,7 @@ If you just want a standalone swank server with no third-party
libraries, you can use the shell wrapper that Leiningen installs for libraries, you can use the shell wrapper that Leiningen installs for
you: you:


$ lein plugin install swank-clojure 1.3.1 $ lein plugin install swank-clojure 1.3.2
$ ~/.lein/bin/swank-clojure $ ~/.lein/bin/swank-clojure


M-x slime-connect M-x slime-connect
Expand All @@ -70,7 +70,7 @@ You can also start a swank server from inside your project.
You'll need to either have installed using <tt>lein plugin You'll need to either have installed using <tt>lein plugin
install</tt> or have added swank-clojure to project.clj: install</tt> or have added swank-clojure to project.clj:


[swank-clojure "1.3.1"] [swank-clojure "1.3.2"]


Then launch the server: Then launch the server:


Expand All @@ -82,7 +82,7 @@ If you're using Maven, add this to your pom.xml under the
<dependency> <dependency>
<groupId>swank-clojure</groupId> <groupId>swank-clojure</groupId>
<artifactId>swank-clojure</artifactId> <artifactId>swank-clojure</artifactId>
<version>1.3.1</version> <version>1.3.2</version>
</dependency> </dependency>


Then you can launch a swank server like so: Then you can launch a swank server like so:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject swank-clojure "1.3.1" (defproject swank-clojure "1.3.2"
:description "Swank server connecting Clojure to Emacs SLIME" :description "Swank server connecting Clojure to Emacs SLIME"
:url "http://github.com/technomancy/swank-clojure" :url "http://github.com/technomancy/swank-clojure"
:dependencies [[org.clojure/clojure "1.2.0"]] :dependencies [[org.clojure/clojure "1.2.0"]]
Expand Down

0 comments on commit e6a5e59

Please sign in to comment.