Skip to content

Commit

Permalink
Merge pull request noir-clojure#6 from semperos/add-swank-clojure
Browse files Browse the repository at this point in the history
Add swank-clojure as a dev dependency
  • Loading branch information
ibdknox committed Jun 27, 2011
2 parents fd637d7 + b1f8df3 commit dcc8177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -12,5 +12,6 @@
[net.java.dev.jets3t/jets3t "0.8.0"]
[org.mindrot/jbcrypt "0.3m"]]
:dev-dependencies [[marginalia "0.5.1"]
[org.clojars.rayne/autodoc "0.8.0-SNAPSHOT"]]
[org.clojars.rayne/autodoc "0.8.0-SNAPSHOT"]
[swank-clojure "1.4.0-SNAPSHOT"]]
:autodoc {:name "Noir" :page-title "Noir Docs" :load-except-list [#"noir\/content.*"]})

0 comments on commit dcc8177

Please sign in to comment.