Skip to content

Commit 06cc7e9

Browse files
authored
Update README.md
1 parent dd102b1 commit 06cc7e9

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
@@ -15,23 +15,23 @@ To include all (API and implementation):
1515
}
1616
1717
dependencies {
18-
compile 'org.reactivecommons:async-commons:0.0.1-alpha1'
18+
compile 'org.reactivecommons:async-commons:0.0.3-beta1'
1919
}
2020
```
2121

2222
To include only domain events API:
2323

2424
```groovy
2525
dependencies {
26-
compile 'org.reactivecommons:domain-events-api:0.0.1-alpha1'
26+
compile 'org.reactivecommons:domain-events-api:0.0.3-beta1'
2727
}
2828
```
2929

3030
To include only async commons API:
3131

3232
```groovy
3333
dependencies {
34-
compile 'org.reactivecommons:async-commons-api:0.0.1-alpha1'
34+
compile 'org.reactivecommons:async-commons-api:0.0.3-beta1'
3535
}
3636
```
3737

0 commit comments

Comments
 (0)