[Editor] Update TornadoFX version to 2.0.0-SNAPSHOT

This commit is contained in:
2021-02-02 00:24:24 +01:00
parent 353ebe1189
commit 1c47e66022
2 changed files with 7 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ version 'unspecified'
repositories { repositories {
mavenCentral() mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
} }
sourceSets { sourceSets {

View File

@@ -3,4 +3,4 @@ springBootVersion=2.4.2
springDependencyManagementVersion=1.0.11.RELEASE springDependencyManagementVersion=1.0.11.RELEASE
jomlVersion=1.10.0 jomlVersion=1.10.0
guavaVersion=29.0-jre guavaVersion=29.0-jre
tornadoFxVersion=1.7.20 tornadoFxVersion=2.0.0-SNAPSHOT