Skip to content

Commit efbdbaf

Browse files
committed
Merge pull request #235 from JordanMartinez/master
Remove typo: a dependency is listed twice but the first one (with its…
2 parents 87c2b30 + b2f3c74 commit efbdbaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

richtextfx/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ group = 'org.fxmisc.richtext'
55

66
dependencies {
77
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-SNAPSHOT'
8-
compile group: 'org.fxmisc.undo', name: 'undofx', version: '1.2'
98
compile (group: 'org.fxmisc.undo', name: 'undofx', version: '1.2') {
109
transitive = false
1110
}

0 commit comments

Comments
 (0)