Skip to content

Commit 6b24a19

Browse files
committed
Merge pull request #72 from robertroeser/master
ReactiveSocket interface
2 parents 3503369 + ebcee11 commit 6b24a19

28 files changed

+752
-552
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ repositories {
1818

1919
dependencies {
2020
compile 'org.reactivestreams:reactive-streams:1.0.0.final'
21-
compile 'uk.co.real-logic:Agrona:0.4.2'
21+
compile 'org.agrona:Agrona:0.4.13'
2222

23-
testCompile 'io.reactivex:rxjava:2.0.0-DP0-SNAPSHOT'
23+
testCompile 'io.reactivex:rxjava:2.0.0-DP0-20151003.214425-143'
2424
testCompile 'junit:junit-dep:4.10'
2525
testCompile 'org.mockito:mockito-core:1.8.5'
2626
}

0 commit comments

Comments
 (0)