File tree 1 file changed +5
-5
lines changed
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):
12
12
``` groovy
13
13
14
14
dependencies {
15
- compile 'org.reactivecommons:async-commons-starter:0.6.1-beta '
15
+ compile 'org.reactivecommons:async-commons-starter:0.6.2 '
16
16
}
17
17
18
18
//IMPORTANT! if you use the version 0.6.x
@@ -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.1-beta '
51
+ compile 'org.reactivecommons:domain-events-api:0.6.2 '
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.1-beta '
59
+ compile 'org.reactivecommons:async-commons-api:0.6.2 '
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.1-beta '
147
+ compile 'org.reactivecommons:async-commons-starter:0.6.2 '
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.1-beta '
156
+ compile 'org.reactivecommons:async-commons:0.6.2 '
157
157
}
158
158
```
159
159
You can’t perform that action at this time.
0 commit comments