Created
January 15, 2011 02:26
-
-
Save masaedw/780630 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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