Skip to content

Commit 68a4d54

Browse files
committed
update source and test dependencies
1 parent 19b8f1e commit 68a4d54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project.clj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
:license {:name "Eclipse Public License"
66
:url "http://www.eclipse.org/legal/epl-v10.html"}
77

8-
:dependencies [[clj-http "1.1.2"]
9-
[com.netflix.hystrix/hystrix-clj "1.4.11"]
10-
[org.clojure/clojure "1.6.0"]
8+
:dependencies [[clj-http "2.0.1"]
9+
[com.netflix.hystrix/hystrix-clj "1.4.23"]
10+
[org.clojure/clojure "1.8.0"]
1111
[org.clojure/tools.logging "0.3.1"]
1212
[robert/hooke "1.3.0"]
1313
[slingshot "0.12.2"]]
@@ -17,8 +17,8 @@
1717
:repositories [["releases" {:url "https://clojars.org/repo"
1818
:creds :gpg}]]
1919

20-
:profiles {:dev {:dependencies [[midje "1.6.3"]
21-
[rest-cljer "0.1.21" :exclusions [clj-http]]]
20+
:profiles {:dev {:dependencies [[midje "1.8.3"]
21+
[rest-cljer "0.1.22" :exclusions [clj-http]]]
2222
:plugins [[lein-cloverage "1.0.2"]
2323
[lein-environ "1.0.0"]
24-
[lein-midje "3.1.1"]]}})
24+
[lein-midje "3.2"]]}})

0 commit comments

Comments
 (0)