Skip to content

Commit 4f068e4

Browse files
authored
Update README.md
1 parent f61b8ec commit 4f068e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ To include all (API and implementation) (Spring boot Starter):
1111
```groovy
1212
1313
dependencies {
14-
compile 'org.reactivecommons:async-commons-starter:0.2.1-beta1'
14+
compile 'org.reactivecommons:async-commons-starter:0.4.6'
1515
}
1616
```
1717

1818
To include only domain events API:
1919

2020
```groovy
2121
dependencies {
22-
compile 'org.reactivecommons:domain-events-api:0.2.1-beta1'
22+
compile 'org.reactivecommons:domain-events-api:0.4.6'
2323
}
2424
```
2525

2626
To include only async commons API:
2727

2828
```groovy
2929
dependencies {
30-
compile 'org.reactivecommons:async-commons-api:0.2.1-beta1'
30+
compile 'org.reactivecommons:async-commons-api:0.4.6'
3131
}
3232
```
3333

0 commit comments

Comments
 (0)