Skip to content

Commit

Permalink
Update ReactFX version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Apr 30, 2016
1 parent 10f3df4 commit ffd2a0d
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 @@ -4,7 +4,7 @@ apply plugin: 'signing'
group = 'org.fxmisc.richtext'

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

0 comments on commit ffd2a0d

Please sign in to comment.