Skip to content

Commit

Permalink
Bump FlowLess to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen authored Jan 16, 2020
1 parent 511e8e1 commit d6d6e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion richtextfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sourceSets {
dependencies {
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M5'
compile group: 'org.fxmisc.undo', name: 'undofx', version: '2.1.0'
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6'
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.1'
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '0.3.3'

java9Implementation files(sourceSets.main.output.classesDirs) { builtBy compileJava }
Expand Down

0 comments on commit d6d6e71

Please sign in to comment.