Skip to content

Commit 9f7d9f4

Browse files
committed
Fixed readme: dependencies
1 parent eef6354 commit 9f7d9f4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extras-cactus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is an extra module with some optional functionality dependent on [Cactus](https://github.com/avast/cactus) (library for converting
44
between GPBs and Scala case classes).
55
```groovy
6-
compile 'com.avast.clients:rabbitmq-client-extras-cactus_$scalaVersion:x.x.x'
6+
compile 'com.avast.clients.rabbitmq:rabbitmq-client-extras-cactus_$scalaVersion:x.x.x'
77
```
88

99
## GpbDeliveryConverter
@@ -15,4 +15,4 @@ The suitability of the converter for concrete message is decided based on Conten
1515
`application/x-protobuf` are supported.
1616

1717
See [Providing converters](../README.md#providing-converters-for-producer/consumer) and [MultiFormatConsumer](../README.md#multiformatconsumer)
18-
description for usage.
18+
description for usage.

extras-circe/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is an extra module with some optional functionality dependent on [Circe](https://github.com/circe/circe) (library for decoding JSON into
44
Scala case classes).
55
```groovy
6-
compile 'com.avast.clients:rabbitmq-client-extras-circe_$scalaVersion:x.x.x'
6+
compile 'com.avast.clients.rabbitmq:rabbitmq-client-extras-circe_$scalaVersion:x.x.x'
77
```
88

99
## JsonDeliveryConverter
@@ -14,4 +14,4 @@ for JSON decoding done by [Circe](https://github.com/circe/circe).
1414
The suitability of the converter for concrete message is decided based on Content-Type property - `application/json` is supported.
1515

1616
See [Providing converters](../README.md#providing-converters-for-producer/consumer) and [MultiFormatConsumer](../README.md#multiformatconsumer)
17-
description for usage.
17+
description for usage.

extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an extra module with some optional functionality.
44
```groovy
5-
compile 'com.avast.clients:rabbitmq-client-extras_$scalaVersion:x.x.x'
5+
compile 'com.avast.clients.rabbitmq:rabbitmq-client-extras_$scalaVersion:x.x.x'
66
```
77

88
## HealthCheck

0 commit comments

Comments
 (0)