Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created August 4, 2010 22:44
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 tomjack/5d2895a87239adc019ef to your computer and use it in GitHub Desktop.
Save tomjack/5d2895a87239adc019ef to your computer and use it in GitHub Desktop.
(defproject caketest "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0-beta1"]
[org.clojure/clojure-contrib "1.2.0-beta1"]
[swank-clojure "1.3.0-SNAPSHOT"]]
;; :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]]
;; :source-path "src/main/clojure"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment