Bump tornadofx to 1.7.19

This commit is contained in:
Him188 2020-02-21 14:28:55 +08:00
parent 078bb9731d
commit 6357c5f83b

View File

@ -41,6 +41,6 @@ dependencies {
api(group = "com.moandjiezana.toml", name = "toml4j", version = "0.7.2")
api("org.bouncycastle:bcprov-jdk15on:1.64")
implementation("no.tornado:tornadofx:1.7.17")
implementation("no.tornado:tornadofx:1.7.19")
// classpath is not set correctly by IDE
}