Skip to content

Commit 28d7e0b

Browse files
AustinShalitJLLeitschuh
authored andcommitted
Update ControlsFX to solve version compare issue (#632)
1 parent 4106375 commit 28d7e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ project(":ui") {
314314
dependencies {
315315
compile project(path: ':core', configuration: 'shadow')
316316
ideProvider project(path: ':core', configuration: 'compile')
317-
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.40.10'
317+
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.40.11'
318318
compile group: 'com.hierynomus', name: 'sshj', version: '0.16.0'
319319
testCompile files(project(':core').sourceSets.test.output.classesDir)
320320
testCompile files(project(':core').sourceSets.test.output.resourcesDir)

0 commit comments

Comments
 (0)