File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ a high-level feature list:
6464Op-Rabbit is available on Maven Central
6565
6666``` scala
67- val opRabbitVersion = " 2.0.0 "
67+ val opRabbitVersion = " 2.1.0-RC2 "
6868
6969libraryDependencies ++= Seq (
7070 " com.spingo" %% " op-rabbit-core" % opRabbitVersion,
@@ -77,6 +77,22 @@ libraryDependencies ++= Seq(
7777
7878### Scala Version Compatibility Matrix:
7979
80+ #### op-rabbit 2.1.x
81+
82+ Supports Scala 2.12 and Scala 2.11.
83+
84+ | module | dependsOn | version |
85+ | ---------------------------- | ------------------------ | --------- |
86+ | op-rabbit-core | akka | 2.5.x |
87+ | | akka-rabbitmq | 5.0.x |
88+ | | shapeless | 2.3.x |
89+ | | type-safe config | 1.3.x |
90+ | op-rabbit-play-json | play-json | 2.6.x |
91+ | op-rabbit-json4s | json4s | 3.5.x |
92+ | op-rabbit-circe | circe | 0.9.x |
93+ | op-rabbit-airbrake | airbrake | 2.2.x |
94+ | op-rabbit-akka-stream | acked-stream | 2.1.x |
95+
8096#### op-rabbit 2.0.x
8197
8298Supports Scala 2.12 and Scala 2.11.
Original file line number Diff line number Diff line change 1- version =2.0.0
1+ version =2.1.0-RC2
You can’t perform that action at this time.
0 commit comments