diff --git a/README.md b/README.md index 83a242c..5855d42 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,39 @@ AMQP Lift Module ================== +[![Build Status](https://travis-ci.org/liftmodules/amqp.svg?branch=master)](https://travis-ci.org/liftmodules/amqp) + This module provides integration with the [Advanced Message Queuing Protocol (AMQP)](http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol). Quick start for users ===================== -To include this module in your Lift project, update your `libraryDependencies` in `build.sbt` to include: +To include this module in your Lift project change `build.sbt` to include: + + libraryDependencies += "net.liftmodules" %% "amqp_3.0" % "1.4.0" -*Lift 2.6.x* for Scala 2.11: +Previous releases +----------------- - "net.liftmodules" %% "amqp_2.6" % "1.4.0" +| Lift Version | Scala Version | Module Version | +|--------------|---------------|----------------| +| 3.0 | 2.12, 2.11 | 1.4.0 | +| 2.6 | 2.10, 2.9 | 1.3 | +| 2.5 | 2.10, 2.9 | 1.3 | -*Lift 2.6.x* for Scala 2.9 and 2.10: +Historic snapshot releases +-------------------------- - "net.liftmodules" %% "amqp_2.6" % "1.3" +| Lift Version | Scala Version | Module Version | +|--------------|---------------|----------------| +| 2.6 | 2.11 | 1.4-SNAPSHOT | +| 3.0 | 2.10 | 1.2-SNAPSHOT | -*Lift 2.5.x* for Scala 2.9 and 2.10: - "net.liftmodules" %% "amqp_2.5" % "1.3" +For snapshots you'll also need: -*Lift 3.0.x* for Scala 2.10: + resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" - "net.liftmodules" %% "amqp_3.0" % "1.3" Documentation =============