Skip to content

Commit 3355bdd

Browse files
committed
use explicit versioning for gradle-rxjava-project-plugin
1 parent 135477e commit 3355bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 'com.netflix.nebula:gradle-rxjava-project-plugin:2.+' }
3+
dependencies { classpath 'com.netflix.nebula:gradle-rxjava-project-plugin:2.2.3' }
44
}
55

66
description = 'RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.'

0 commit comments

Comments
 (0)