Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit aab6690

Browse files
committed
uprev rsocket-rpc-* to latest 0.2.4
1 parent e819bd4 commit aab6690

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle/java.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ task ciVersion {
3535
build.dependsOn ciVersion
3636

3737
ext {
38-
rsocketRpcVersion = '0.2.3'
38+
rsocketRpcVersion = '0.2.4'
3939
protobufVersion = '3.6.1'
4040
}
4141

@@ -45,6 +45,9 @@ repositories {
4545
maven {
4646
url = 'https://dl.bintray.com/netifi/netifi-oss'
4747
}
48+
maven {
49+
url = 'https://dl.bintray.com/rsocket-admin/RSocket'
50+
}
4851
}
4952

5053
compileJava {

0 commit comments

Comments
 (0)