Skip to content

Commit

Permalink
RabbitMQ Java client 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 30, 2012
1 parent 5928921 commit 803e2ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
@@ -1,6 +1,8 @@
## Changes between Langohr 1.0.0-beta2 and 1.0.0-beta3

No changes yet.
### RabbitMQ Java Client 2.8.2

RabbitMQ Java Client has been upgraded to version 2.8.2.


## Changes between Langohr 1.0.0-beta1 and 1.0.0-beta2
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -3,7 +3,7 @@
:min-lein-version "2.0.0"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.3.0"]
[com.rabbitmq/amqp-client "2.8.1"]]
[com.rabbitmq/amqp-client "2.8.2"]]
:profiles {:dev { :dependencies [[org.clojure/tools.cli "0.2.1" :exclusions [org.clojure/clojure]]] }
:1.4 { :dependencies [[org.clojure/clojure "1.4.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]}}
Expand Down

0 comments on commit 803e2ca

Please sign in to comment.