Deps: tools.reader 0.7.10, lein-ancient 0.5.3
This commit is contained in:
parent
df4925aa3b
commit
d01b10e5d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue