Skip to content

Commit

Permalink
Bump several dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 19, 2015
1 parent d5e2f9b commit 476770a
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 @@ -10,9 +10,9 @@
[org.elasticsearch/elasticsearch "1.7.3"]]
:min-lein-version "2.5.1"
:profiles {:dev {:resource-paths ["test/resources"]
:dependencies [[clj-time "0.9.0" :exclusions [org.clojure/clojure]]]
:plugins [[codox "0.8.12"]
[jonase/eastwood "0.2.1"]]
:dependencies [[clj-time "0.11.0" :exclusions [org.clojure/clojure]]]
:plugins [[codox "0.9.0"]
[jonase/eastwood "0.2.3"]]
:codox {:sources ["src"]
:output-dir "doc/api"}}
;; this version of clj-http depends on HTTPCore 4.2.x which
Expand Down

0 comments on commit 476770a

Please sign in to comment.