Skip to content

Commit

Permalink
Bump clojure and clojurescript deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jun 6, 2015
1 parent 78ae2c3 commit 2ed20bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
[:email "antonin@hildebrand.cz"]
[:timezone "+1"]]]

:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
[org.clojure/clojurescript "0.0-3196" :scope "provided"]]
:dependencies [[org.clojure/clojure "1.7.0-RC1" :scope "provided"]
[org.clojure/clojurescript "0.0-3308" :scope "provided"]]

:clean-targets ["out"]
:plugins [[lein-cljsbuild "1.0.4"]
Expand Down

0 comments on commit 2ed20bb

Please sign in to comment.