Last active
August 29, 2015 14:11
-
-
Save masnun/10671a2077c2df9d51e9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(defproject my-project "0.1.0-SNAPSHOT" | |
:description "FIXME: write description" | |
:url "http://example.com/FIXME" | |
:main my-project.core | |
:license {:name "Eclipse Public License" | |
:url "http://www.eclipse.org/legal/epl-v10.html"} | |
:profiles {:dev {:source-paths ["startup"]}} | |
:dependencies [[org.clojure/clojure "1.6.0"] | |
[org.clojure/tools.namespace "0.2.7"]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment