Skip to content

Instantly share code, notes, and snippets.

@informz
Created June 2, 2016 21:50
Show Gist options
  • Save informz/98dab36941150e68bf1decbf393935b6 to your computer and use it in GitHub Desktop.
Save informz/98dab36941150e68bf1decbf393935b6 to your computer and use it in GitHub Desktop.
(defproject lein1 "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[compojure "1.5.0"]
[ring "1.4.0"]
[com.h2database/h2 "1.4.187"]
[org.clojure/java.jdbc "0.6.1"]
[java-jdbc/dsl "0.1.0"]
]
:main lein1.core
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment