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 8a75602 commit 60b90a5Copy full SHA for 60b90a5
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
repositories { jcenter() }
3
- dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.3' }
+ dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.4' }
4
}
5
6
apply plugin: 'reactivesocket-project'
@@ -10,7 +10,7 @@ subprojects {
10
apply plugin: 'java'
11
12
repositories {
13
- maven { url 'https://oss.jfrog.org/libs-snapshot' }
+ maven { url 'https://dl.bintray.com/reactivesocket/ReactiveSocket' }
14
15
16
dependencies {
reactivesocket-netty/build.gradle
@@ -1,3 +1,3 @@
- compile 'io.netty:netty-all:4.1.0.CR3'
+ compile 'io.netty:netty-all:4.1.0.CR4'
0 commit comments