Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 1, 2014
1 parent 7894d08 commit 1bd41fa
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,9 +12,9 @@

:dependencies
[[org.clojure/clojure "1.4.0"]
[com.taoensso/encore "1.8.1"]
[com.taoensso/encore "1.10.2"]
[com.taoensso/timbre "3.3.1"]
[markdown-clj "0.9.47"]]
[markdown-clj "0.9.54"]]

;; :plugins
;; [[com.keminglabs/cljx "0.4.0"]
Expand All @@ -25,7 +25,7 @@
:server-jvm {:jvm-opts ^:replace ["-server"]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:test {:dependencies [[expectations "2.0.9"]
:test {:dependencies [[expectations "2.0.12"]
[org.clojure/test.check "0.5.9"]
[ring/ring-core "1.3.1"
:exclusions [org.clojure/tools.reader]]]
Expand Down

0 comments on commit 1bd41fa

Please sign in to comment.