From a356bf461a16e7320ce080dcbb00fa81a41a8c40 Mon Sep 17 00:00:00 2001 From: Dmitrii Kostianoi Date: Fri, 19 Jan 2018 10:45:48 +0100 Subject: [PATCH] v2.1.0-RC2 --- README.md | 18 +++++++++++++++++- project/version.properties | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd36a25..3e709c9 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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. diff --git a/project/version.properties b/project/version.properties index e997a9a..825849f 100644 --- a/project/version.properties +++ b/project/version.properties @@ -1 +1 @@ -version=2.0.0 \ No newline at end of file +version=2.1.0-RC2 \ No newline at end of file