Skip to content

Instantly share code, notes, and snippets.

@masaedw
Created January 15, 2011 02:26
Show Gist options
  • Save masaedw/780630 to your computer and use it in GitHub Desktop.
Save masaedw/780630 to your computer and use it in GitHub Desktop.
diff --git a/project.clj b/project.clj
index 0a56199..f657ebb 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,5 @@
(defproject sample-program "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
- [org.clojure/clojure-contrib "1.2.0"]])
+ [org.clojure/clojure-contrib "1.2.0"]]+ :dev-dependencies [[swank-clojure "1.2.1"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment