diff --git a/project.clj b/project.clj index 2cd5e56..b28878c 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.4.0"] - [org.clojure/tools.reader "0.7.9"] + [org.clojure/tools.reader "0.7.10"] [org.iq80.snappy/snappy "0.3"] [org.tukaani/xz "1.4"]] :profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]} @@ -21,7 +21,7 @@ "codox" ["with-profile" "+test" "doc"]} :plugins [[lein-expectations "0.0.8"] [lein-autoexpect "1.0"] - [lein-ancient "0.5.1"] + [lein-ancient "0.5.3"] [codox "0.6.6"]] :min-lein-version "2.0.0" :global-vars {*warn-on-reflection* true}