Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created May 7, 2010 11:40
Show Gist options
  • Save christianberg/393313 to your computer and use it in GitHub Desktop.
Save christianberg/393313 to your computer and use it in GitHub Desktop.
(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