Skip to content

Commit

Permalink
Update Flowless version to 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed May 13, 2016
1 parent f081484 commit a71436f
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 @@ -8,7 +8,7 @@ dependencies {
compile (group: 'org.fxmisc.undo', name: 'undofx', version: '1.2') {
transitive = false
}
compile (group: 'org.fxmisc.flowless', name: 'flowless', version: '0.5-SNAPSHOT') {
compile (group: 'org.fxmisc.flowless', name: 'flowless', version: '0.5') {
transitive = false
}
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '0.3'
Expand Down

0 comments on commit a71436f

Please sign in to comment.