Created
March 16, 2012 04:30
-
-
Save ponkore/2048514 to your computer and use it in GitHub Desktop.
Hello, Compojure #2+ (swank-clojure)
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
;; v2: "from Emacs 'M-x clojure-jack-in'" | |
(defproject compojure-example "1.0.0-SNAPSHOT" | |
:description "Simple compojure example project" | |
:dependencies [[org.clojure/clojure "1.3.0"] | |
[compojure "1.0.1"]] | |
:dev-dependencies [[lein-ring "0.5.0"] ; 0.6.1 では NG だった | |
[swank-clojure "1.3.4"]]) ; added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment