Created
May 7, 2010 11:40
-
-
Save christianberg/393313 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 compojureongae "0.1.0-SNAPSHOT" | |
:description "Example app for deployoing Compojure on Google App Engine" | |
:dependencies [[compojure "0.4.0-SNAPSHOT"] | |
[ring/ring-jetty-adapter "0.2.0"]] | |
:dev-dependencies [[leiningen/lein-swank "1.1.0"]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment