Skip to content

Commit

Permalink
Update UndoFX version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Jul 18, 2016
1 parent 53c2c67 commit 7cf5df1
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 @@ -5,7 +5,7 @@ group = 'org.fxmisc.richtext'

dependencies {
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M5'
compile (group: 'org.fxmisc.undo', name: 'undofx', version: '1.2.1') {
compile (group: 'org.fxmisc.undo', name: 'undofx', version: '1.2.2') {
transitive = false
}
compile (group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6-SNAPSHOT') {
Expand Down

0 comments on commit 7cf5df1

Please sign in to comment.