Skip to content

Commit

Permalink
Build with clojure 1.7.0-beta3
Browse files Browse the repository at this point in the history
This also updates the compojure dep to bring in a version of instaparse
that works with newer 1.7's.
  • Loading branch information
tobias committed May 13, 2015
1 parent 0e655df commit 1b127d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -71,7 +71,7 @@
:signing {:gpg-key "BFC757F9"}
:deploy-repositories [["releases" {:url "https://clojars.org/repo/" :creds :gpg}]]}

:versions {clojure "1.6.0"
:versions {clojure "1.7.0-beta3"
java.classpath "0.2.2"
tools.nrepl "0.2.7"
tools.reader "0.8.13"
Expand All @@ -83,7 +83,7 @@
io.pedestal "0.3.1"
http.async.client "0.5.2"
stylefruits/gniazdo "0.1.0"
compojure "1.3.1"
compojure "1.3.4"
org.clojure/java.jdbc "0.3.6"
h2 "1.3.176"
jersey-media-sse "2.15"
Expand Down

0 comments on commit 1b127d5

Please sign in to comment.