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 4b7978e commit 5a9fe6fCopy full SHA for 5a9fe6f
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
compile "org.openjfx:javafx-base:11:${platform}"
50
compile "org.openjfx:javafx-graphics:11:${platform}"
51
compile "org.openjfx:javafx-controls:11:${platform}"
52
- testCompile 'junit:junit-dep:4.12'
+ testCompile 'junit:junit-dep:4.11'
53
testCompile 'org.mockito:mockito-core:1.8.5'
54
}
55
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=io.reactivex.rxjava2
2
-VERSION_NAME=2.11.0-RC31
+VERSION_NAME=2.11.0-RC32
3
POM_NAME=RxJavaFX
4
POM_PACKAGING=jar
5
POM_DESCRIPTION=RxJavaFX
0 commit comments