Skip to content

Commit

Permalink
rid dynamic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnield committed Nov 24, 2018
1 parent 4b7978e commit 5a9fe6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
compile "org.openjfx:javafx-base:11:${platform}"
compile "org.openjfx:javafx-graphics:11:${platform}"
compile "org.openjfx:javafx-controls:11:${platform}"
testCompile 'junit:junit-dep:4.12'
testCompile 'junit:junit-dep:4.11'
testCompile 'org.mockito:mockito-core:1.8.5'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.reactivex.rxjava2
VERSION_NAME=2.11.0-RC31
VERSION_NAME=2.11.0-RC32
POM_NAME=RxJavaFX
POM_PACKAGING=jar
POM_DESCRIPTION=RxJavaFX
Expand Down

0 comments on commit 5a9fe6f

Please sign in to comment.