Skip to content

Commit

Permalink
Upgrade async-http-client to v1.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
neotyk committed May 25, 2012
1 parent d49776b commit 3827f65
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions project.clj
Expand Up @@ -6,16 +6,19 @@
:java-source-path "src/jvm"
:javac-options {:deprecation "true"}
:dependencies [[org.clojure/clojure "1.4.0"]
[com.ning/async-http-client "1.7.4"]]
:plugins [[codox "0.6.1"]]
[com.ning/async-http-client "1.7.5"]]
:dev-dependencies [[org.eclipse.jetty/jetty-server "7.1.4.v20100610"]
[org.eclipse.jetty/jetty-security "7.1.4.v20100610"]
[lein-difftest "1.3.3" :exclusions [org.clojure/clojure
org.clojure/clojure-contrib]]
[log4j "1.2.13"]
[org.slf4j/slf4j-log4j12 "1.6.4"]]
[org.slf4j/slf4j-log4j12 "1.6.4"]
[codox "0.6.1"]]
;; :repositories {"snapshots" "http://oss.sonatype.org/content/repositories/snapshots/"}
:codox {:output-dir "doc"}
:autodoc {:web-src-dir "http://github.com/neotyk/http.async.client/blob/"
:web-home "http://neotyk.github.com/http.async.client/autodoc/"
:copyright "Copyright 2012 Hubert Iwaniuk"})
:copyright "Copyright 2012 Hubert Iwaniuk"}
:licence {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"
:distribution :repo})

0 comments on commit 3827f65

Please sign in to comment.