Skip to content

Instantly share code, notes, and snippets.

@stilkov
Created May 19, 2010 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stilkov/406587 to your computer and use it in GitHub Desktop.
Save stilkov/406587 to your computer and use it in GitHub Desktop.
(defproject clj-blog "0.0.1"
:description "Clojure Blog App"
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
[org.clojure/clojure-http-client "1.0.0-SNAPSHOT"]
[compojure "0.4.0-RC3"]
[enlive "1.0.0-SNAPSHOT"]
[org.markdownj/markdownj-core "0.4-SNAPSHOT"]
[org.clojars.the-kenny/clojure-couchdb "0.1.3"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
[leiningen/lein-swank "1.2.0-SNAPSHOT"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment