Skip to content

Commit

Permalink
v2.1.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Kostianoi committed Jan 19, 2018
1 parent b386dbe commit a356bf4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ a high-level feature list:
Op-Rabbit is available on Maven Central

```scala
val opRabbitVersion = "2.0.0"
val opRabbitVersion = "2.1.0-RC2"

libraryDependencies ++= Seq(
"com.spingo" %% "op-rabbit-core" % opRabbitVersion,
Expand All @@ -77,6 +77,22 @@ libraryDependencies ++= Seq(

### Scala Version Compatibility Matrix:

#### op-rabbit 2.1.x

Supports Scala 2.12 and Scala 2.11.

| module | dependsOn | version |
| ---------------------------- | ------------------------ | --------- |
| op-rabbit-core | akka | 2.5.x |
| | akka-rabbitmq | 5.0.x |
| | shapeless | 2.3.x |
| | type-safe config | 1.3.x |
| op-rabbit-play-json | play-json | 2.6.x |
| op-rabbit-json4s | json4s | 3.5.x |
| op-rabbit-circe | circe | 0.9.x |
| op-rabbit-airbrake | airbrake | 2.2.x |
| op-rabbit-akka-stream | acked-stream | 2.1.x |

#### op-rabbit 2.0.x

Supports Scala 2.12 and Scala 2.11.
Expand Down
2 changes: 1 addition & 1 deletion project/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.0
version=2.1.0-RC2

0 comments on commit a356bf4

Please sign in to comment.