Skip to content

Commit f11cf66

Browse files
committed
trailing whitespace. Update Agrona dep to latest.
1 parent e38b757 commit f11cf66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ apply plugin: 'reactivesocket-project'
1212
apply plugin: 'java'
1313

1414
dependencies {
15-
compile 'io.reactivex:rxjava:1.0.13'
16-
compile 'io.reactivex:rxjava-reactive-streams:1.0.1'
15+
compile 'io.reactivex:rxjava:1.0.13'
16+
compile 'io.reactivex:rxjava-reactive-streams:1.0.1'
1717
compile 'org.reactivestreams:reactive-streams:1.0.0.final'
18-
compile 'uk.co.real-logic:Agrona:0.4.1'
18+
compile 'uk.co.real-logic:Agrona:0.4.2'
1919
testCompile 'junit:junit-dep:4.10'
2020
testCompile 'org.mockito:mockito-core:1.8.5'
2121
}

0 commit comments

Comments
 (0)