Skip to content

Commit

Permalink
add lein-swank
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz authored and sritchie committed Apr 16, 2012
1 parent 300e9d3 commit a3043e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -25,7 +25,8 @@
:jvm-opts ["-Xmx768m" "-server"]
:codox {:include [cascalog.vars cascalog.ops cascalog.io cascalog.api]}
:repositories {"conjars" "http://conjars.org/repo/"}
:plugins [[lein-midje "2.0.0-SNAPSHOT"]]
:plugins [[lein-midje "2.0.0-SNAPSHOT"]
[lein-swank "1.4.4"]]
:aliases { "all" ["with-profile" "dev:1.2,dev:1.4"]}
:dependencies ~(conj shared '[org.clojure/clojure "1.3.0"])
:dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]
Expand Down

0 comments on commit a3043e8

Please sign in to comment.