We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7470a commit d3a2625Copy full SHA for d3a2625
1 file changed
build.gradle
@@ -394,8 +394,8 @@ project(":ui") {
394
compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
395
testCompile files(project(':core').sourceSets.test.output.classesDir)
396
testCompile files(project(':core').sourceSets.test.output.resourcesDir)
397
- testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.+'
398
- testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.+'
+ testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.5-alpha'
+ testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.5-alpha'
399
testRuntime group: 'org.testfx', name: 'openjfx-monocle', version: '1.8.0_20'
400
testCompile group: 'org.opencv', name: 'opencv-java', version: '3.1.0'
401
}
0 commit comments