Skip to content

Commit 501586e

Browse files
committed
Bump dependencies, drop support for Clojure 1.5
1 parent 5aeed2a commit 501586e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

project.clj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
:global-vars {*warn-on-reflection* false}
88
:min-lein-version "2.0.0"
99
: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"]
1313
[commons-codec "1.10"]
1414
[commons-io "2.4"]
1515
[slingshot "0.12.2"]
16-
[potemkin "0.4.1"]]
16+
[potemkin "0.4.3"]]
1717
:profiles {:dev {:dependencies [;; optional deps
1818
[cheshire "5.5.0"]
1919
[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"]
2222
[ring/ring-codec "1.0.0"]
2323
;; other (testing) deps
24-
[org.clojure/clojure "1.7.0"]
24+
[org.clojure/clojure "1.8.0"]
2525
[org.clojure/tools.logging "0.3.1"]
2626
[log4j "1.2.17"]
2727
[ring/ring-jetty-adapter "1.4.0"]
2828
[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"]}
3232
:plugins [[codox "0.6.4"]]
3333
:test-selectors {:default #(not (:integration %))
3434
:integration :integration

0 commit comments

Comments
 (0)