Skip to content

Commit

Permalink
Release 3.0 1.4.0 (#9)
Browse files Browse the repository at this point in the history
Updates README for version increment and add travis badge
  • Loading branch information
d6y authored Dec 22, 2016
1 parent 71a11d6 commit ed05026
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
=============
Expand Down

0 comments on commit ed05026

Please sign in to comment.