Skip to content

Instantly share code, notes, and snippets.

@tgk
Created July 20, 2010 07:52
Show Gist options
  • Save tgk/482662 to your computer and use it in GitHub Desktop.
Save tgk/482662 to your computer and use it in GitHub Desktop.
(defproject testing "1.0.0-SNAPSHOT"
:old-dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]]
:dependencies [[org.clojure/clojure "1.2.0-beta1"]
[org.clojure/clojure-contrib "1.2.0-beta1"]]
:namespaces [testing.core]
:jvm-opts "-Xmx512M")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment