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):
12
12
``` groovy
13
13
14
14
dependencies {
15
- compile 'org.reactivecommons:async-commons-starter:0.6.0 -beta'
15
+ compile 'org.reactivecommons:async-commons-starter:0.6.1 -beta'
16
16
}
17
17
18
- //IMPORTANT! if you use the version 0.6.0-beta
18
+ //IMPORTANT! if you use the version 0.6.x
19
19
repositories {
20
20
...
21
21
maven { url "https://repo.spring.io/milestone" }
@@ -48,15 +48,15 @@ To include only domain events API:
48
48
49
49
``` groovy
50
50
dependencies {
51
- compile 'org.reactivecommons:domain-events-api:0.6.0 -beta'
51
+ compile 'org.reactivecommons:domain-events-api:0.6.1 -beta'
52
52
}
53
53
```
54
54
55
55
To include only async commons API:
56
56
57
57
``` groovy
58
58
dependencies {
59
- compile 'org.reactivecommons:async-commons-api:0.6.0 -beta'
59
+ compile 'org.reactivecommons:async-commons-api:0.6.1 -beta'
60
60
}
61
61
```
62
62
@@ -144,7 +144,7 @@ Don't forget to add the starter bundle to the main spring boot module (applicati
144
144
145
145
``` groovy
146
146
dependencies {
147
- compile 'org.reactivecommons:async-commons-starter:0.6.0 -beta'
147
+ compile 'org.reactivecommons:async-commons-starter:0.6.1 -beta'
148
148
}
149
149
```
150
150
@@ -153,7 +153,7 @@ Or add the implementation dependency if for any reason you don't want to use the
153
153
154
154
``` groovy
155
155
dependencies {
156
- compile 'org.reactivecommons:async-commons:0.6.0 -beta'
156
+ compile 'org.reactivecommons:async-commons:0.6.1 -beta'
157
157
}
158
158
```
159
159
Original file line number Diff line number Diff line change 1
- version =0.6.0 -beta
1
+ version =0.6.1 -beta
2
2
springBootVersion =2.2.9.RELEASE
3
3
gradleVersionsVersion =0.28.0
4
4
reactorRabbitVersion =1.5.0-M2
You can’t perform that action at this time.
0 commit comments