Skip to content

Commit d77f885

Browse files
Fixed version incompatibility for testfx-junit
1 parent 4b8a751 commit d77f885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
def KOTLIN_VERSION = "1.3.50"
77
def JAVA_HOME = System.properties['java.home']
88

9-
// BEGIN YOUR SETUP // e.g. /libs/javafx/12
10-
def JFX_INSTALL = '/Library/Java/javafx/12.0.1'
9+
// BEGIN YOUR SETUP // e.g. /libs/javafx/13.0
10+
def JFX_INSTALL = '/Library/Java/javafx/13.0'
1111
// END YOUR SETUP
1212

1313
group 'org.epistatic'
@@ -34,7 +34,7 @@ dependencies {
3434
testCompile "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION"
3535
testCompile "org.assertj:assertj-core:3.11.1"
3636
testCompile "org.testfx:testfx-core:4.0.16-alpha"
37-
testCompile "org.testfx:testfx-junit:4.0.15-alpha"
37+
testCompile "org.testfx:testfx-junit:4.0.16-alpha"
3838
}
3939

4040
compileKotlin {

0 commit comments

Comments
 (0)