Skip to content

Commit ffd2a0d

Browse files
committed
Update ReactFX version.
1 parent 10f3df4 commit ffd2a0d

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
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44
group = 'org.fxmisc.richtext'
55

66
dependencies {
7-
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-SNAPSHOT'
7+
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M5'
88
compile (group: 'org.fxmisc.undo', name: 'undofx', version: '1.2') {
99
transitive = false
1010
}

0 commit comments

Comments
 (0)