We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38b757 commit f11cf66Copy full SHA for f11cf66
build.gradle
@@ -12,10 +12,10 @@ apply plugin: 'reactivesocket-project'
12
apply plugin: 'java'
13
14
dependencies {
15
- compile 'io.reactivex:rxjava:1.0.13'
16
- compile 'io.reactivex:rxjava-reactive-streams:1.0.1'
+ compile 'io.reactivex:rxjava:1.0.13'
+ compile 'io.reactivex:rxjava-reactive-streams:1.0.1'
17
compile 'org.reactivestreams:reactive-streams:1.0.0.final'
18
- compile 'uk.co.real-logic:Agrona:0.4.1'
+ compile 'uk.co.real-logic:Agrona:0.4.2'
19
testCompile 'junit:junit-dep:4.10'
20
testCompile 'org.mockito:mockito-core:1.8.5'
21
}
0 commit comments