Skip to content

Commit 2ff55d8

Browse files
author
Daniel Bustamante Ospina
committed
version 0.6.2 in README.md
1 parent 6833d12 commit 2ff55d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To include all (API and implementation) (Spring boot Starter):
1212
```groovy
1313
1414
dependencies {
15-
compile 'org.reactivecommons:async-commons-starter:0.6.1-beta'
15+
compile 'org.reactivecommons:async-commons-starter:0.6.2'
1616
}
1717
1818
//IMPORTANT! if you use the version 0.6.x
@@ -48,15 +48,15 @@ To include only domain events API:
4848

4949
```groovy
5050
dependencies {
51-
compile 'org.reactivecommons:domain-events-api:0.6.1-beta'
51+
compile 'org.reactivecommons:domain-events-api:0.6.2'
5252
}
5353
```
5454

5555
To include only async commons API:
5656

5757
```groovy
5858
dependencies {
59-
compile 'org.reactivecommons:async-commons-api:0.6.1-beta'
59+
compile 'org.reactivecommons:async-commons-api:0.6.2'
6060
}
6161
```
6262

@@ -144,7 +144,7 @@ Don't forget to add the starter bundle to the main spring boot module (applicati
144144

145145
```groovy
146146
dependencies {
147-
compile 'org.reactivecommons:async-commons-starter:0.6.1-beta'
147+
compile 'org.reactivecommons:async-commons-starter:0.6.2'
148148
}
149149
```
150150

@@ -153,7 +153,7 @@ Or add the implementation dependency if for any reason you don't want to use the
153153

154154
```groovy
155155
dependencies {
156-
compile 'org.reactivecommons:async-commons:0.6.1-beta'
156+
compile 'org.reactivecommons:async-commons:0.6.2'
157157
}
158158
```
159159

0 commit comments

Comments
 (0)