|
7 | 7 | :global-vars {*warn-on-reflection* false} |
8 | 8 | :min-lein-version "2.0.0" |
9 | 9 | :exclusions [org.clojure/clojure] |
10 | | - :dependencies [[org.apache.httpcomponents/httpcore "4.4.1"] |
11 | | - [org.apache.httpcomponents/httpclient "4.5"] |
12 | | - [org.apache.httpcomponents/httpmime "4.5"] |
| 10 | + :dependencies [[org.apache.httpcomponents/httpcore "4.4.4"] |
| 11 | + [org.apache.httpcomponents/httpclient "4.5.1"] |
| 12 | + [org.apache.httpcomponents/httpmime "4.5.1"] |
13 | 13 | [commons-codec "1.10"] |
14 | 14 | [commons-io "2.4"] |
15 | 15 | [slingshot "0.12.2"] |
16 | | - [potemkin "0.4.1"]] |
| 16 | + [potemkin "0.4.3"]] |
17 | 17 | :profiles {:dev {:dependencies [;; optional deps |
18 | 18 | [cheshire "5.5.0"] |
19 | 19 | [crouton "0.1.2"] |
20 | | - [org.clojure/tools.reader "0.9.2"] |
21 | | - [com.cognitect/transit-clj "0.8.275"] |
| 20 | + [org.clojure/tools.reader "0.10.0"] |
| 21 | + [com.cognitect/transit-clj "0.8.285"] |
22 | 22 | [ring/ring-codec "1.0.0"] |
23 | 23 | ;; other (testing) deps |
24 | | - [org.clojure/clojure "1.7.0"] |
| 24 | + [org.clojure/clojure "1.8.0"] |
25 | 25 | [org.clojure/tools.logging "0.3.1"] |
26 | 26 | [log4j "1.2.17"] |
27 | 27 | [ring/ring-jetty-adapter "1.4.0"] |
28 | 28 | [ring/ring-devel "1.4.0"]]} |
29 | | - :1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]} |
30 | | - :1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}} |
31 | | - :aliases {"all" ["with-profile" "dev,1.5:dev,1.6:dev"]} |
| 29 | + :1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]} |
| 30 | + :1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}} |
| 31 | + :aliases {"all" ["with-profile" "dev,1.6:dev,1.7:dev"]} |
32 | 32 | :plugins [[codox "0.6.4"]] |
33 | 33 | :test-selectors {:default #(not (:integration %)) |
34 | 34 | :integration :integration |
|
0 commit comments