Skip to content

Commit 6d812f4

Browse files
Update WellBehavedFX to 0.2.1-SNAPSHOT version
This is in preparation to moving from the current approach to handling user input to the new approach via the experimental package in WellBehavedFX:
1 parent fcb5349 commit 6d812f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

richtextfx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
compile (group: 'org.fxmisc.flowless', name: 'flowless', version: '0.5-SNAPSHOT') {
1212
transitive = false
1313
}
14-
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '0.2'
14+
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '0.2.1-SNAPSHOT'
1515
testCompile group: 'junit', name: 'junit', version: '[4.0,5)'
1616
}
1717

0 commit comments

Comments
 (0)