File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
5555To 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
You can’t perform that action at this time.
0 commit comments