Browse Source

Compile fails under compojure 1.1.6. Roll back to 1.1.5.

Keith R. Gustafson 11 years ago
parent
commit
3ccdc76ebe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      http-kit/hello/project.clj

+ 1 - 1
http-kit/hello/project.clj

@@ -2,7 +2,7 @@
   :description "JSON/Database tests"
   :description "JSON/Database tests"
   :url "http://example.com/FIXME"
   :url "http://example.com/FIXME"
   :dependencies [[org.clojure/clojure "1.5.1"]
   :dependencies [[org.clojure/clojure "1.5.1"]
-                 [compojure "1.1.6"]
+                 [compojure "1.1.5"]
                  [ring/ring-json "0.2.0"]
                  [ring/ring-json "0.2.0"]
                  [org.clojure/tools.cli "0.2.1"]
                  [org.clojure/tools.cli "0.2.1"]
                  [http-kit/dbcp "0.1.0"]
                  [http-kit/dbcp "0.1.0"]