File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ To include all (API and implementation) (Spring boot Starter):
1212``` groovy
1313
1414 dependencies {
15- compile 'org.reactivecommons:async-commons-starter:0.6.0 -beta'
15+ compile 'org.reactivecommons:async-commons-starter:0.6.1 -beta'
1616 }
1717
18- //IMPORTANT! if you use the version 0.6.0-beta
18+ //IMPORTANT! if you use the version 0.6.x
1919 repositories {
2020 ...
2121 maven { url "https://repo.spring.io/milestone" }
@@ -48,15 +48,15 @@ To include only domain events API:
4848
4949``` groovy
5050 dependencies {
51- compile 'org.reactivecommons:domain-events-api:0.6.0 -beta'
51+ compile 'org.reactivecommons:domain-events-api:0.6.1 -beta'
5252 }
5353```
5454
5555To include only async commons API:
5656
5757``` groovy
5858 dependencies {
59- compile 'org.reactivecommons:async-commons-api:0.6.0 -beta'
59+ compile 'org.reactivecommons:async-commons-api:0.6.1 -beta'
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.0 -beta'
147+ compile 'org.reactivecommons:async-commons-starter:0.6.1 -beta'
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.0 -beta'
156+ compile 'org.reactivecommons:async-commons:0.6.1 -beta'
157157 }
158158```
159159
Original file line number Diff line number Diff line change 1- version =0.6.0 -beta
1+ version =0.6.1 -beta
22springBootVersion =2.2.9.RELEASE
33gradleVersionsVersion =0.28.0
44reactorRabbitVersion =1.5.0-M2
You can’t perform that action at this time.
0 commit comments