Skip to content

Commit

Permalink
Bump to Flowless 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Mar 1, 2021
1 parent e9c112b commit 32b7fea
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 @@ -32,7 +32,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.2'
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.3'
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 32b7fea

Please sign in to comment.