Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 7, 2015
1 parent 0524d4e commit baf96f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

:dependencies
[[org.clojure/clojure "1.5.1"]
[com.taoensso/encore "2.1.2"]
[com.taoensso/encore "2.4.2"]
[io.aviso/pretty "0.1.18"]]

:plugins
Expand All @@ -27,7 +27,7 @@
:server-jvm {:jvm-opts ^:replace ["-server"]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-alpha2"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-alpha3"]]}
:test {:dependencies [[expectations "2.1.0"]
[org.clojure/tools.logging "0.3.1"]

Expand All @@ -38,7 +38,7 @@
[irclj "0.5.0-alpha4"]]}
:dev
[:1.7 :test
{:dependencies [[org.clojure/clojurescript "0.0-3297"]]
{:dependencies [[org.clojure/clojurescript "1.7.28"]]
:plugins
[;; These must be in :dev, Ref. https://github.com/lynaghk/cljx/issues/47:
[com.keminglabs/cljx "0.6.0"]
Expand Down

0 comments on commit baf96f0

Please sign in to comment.