File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ project('core') {
132
132
compile " $boonGroup :boon-reflekt:$boonVersion "
133
133
compile " $boonGroup :boon-json:$boonVersion "
134
134
compile ' org.reactivestreams:reactive-streams:1.0.0'
135
- compile ' io.advantageous.reakt:reakt:4.0.0 '
135
+ compile ' io.advantageous.reakt:reakt:4.0.1 '
136
136
testCompile project(' :qbit:test-support' )
137
137
testCompile ' org.mockito:mockito-core:1.10.19'
138
138
}
@@ -190,7 +190,7 @@ project('service-discovery') {
190
190
compile project(' :qbit:core' )
191
191
compile group : ' io.vertx' , name : ' vertx-core' , version : vertxVersion
192
192
compile group : ' io.vertx' , name : ' vertx-web' , version : vertxVersion
193
- compile ' io.advantageous.discovery:lokate:1.2 .0'
193
+ compile ' io.advantageous.discovery:lokate:2.0 .0'
194
194
testCompile project(' :qbit:test-support' )
195
195
}
196
196
You can’t perform that action at this time.
0 commit comments