Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created August 4, 2010 22:41
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/e2477a167f2fb81b5660 to your computer and use it in GitHub Desktop.
Save tomjack/e2477a167f2fb81b5660 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"]]
: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