Skip to content

Commit 8b55a63

Browse files
committed
Upgrade gradle-reactivesocket-plugin to 1.0.5
1 parent 98692fe commit 8b55a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.4' }
3+
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.5' }
44
}
55

66
apply plugin: 'reactivesocket-project'

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.CR4'
2+
compile 'io.netty:netty-all:4.1.0.CR5'
33
}

0 commit comments

Comments
 (0)