Skip to content

Commit 60b90a5

Browse files
committed
Upgrade gradle-reactivesocket-plugin to 1.0.4
1 parent 8a75602 commit 60b90a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories { jcenter() }
3-
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.3' }
3+
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.4' }
44
}
55

66
apply plugin: 'reactivesocket-project'
@@ -10,7 +10,7 @@ subprojects {
1010
apply plugin: 'java'
1111

1212
repositories {
13-
maven { url 'https://oss.jfrog.org/libs-snapshot' }
13+
maven { url 'https://dl.bintray.com/reactivesocket/ReactiveSocket' }
1414
}
1515

1616
dependencies {

reactivesocket-netty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
compile 'io.netty:netty-all:4.1.0.CR3'
2+
compile 'io.netty:netty-all:4.1.0.CR4'
33
}

0 commit comments

Comments
 (0)