Fix all-things demo
This commit is contained in:
parent
8b6a6abd92
commit
aef94767c5
@ -7,6 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
val dataforgeVersion: String by extra("0.6.2")
|
||||
val visionforgeVersion by extra("0.3.0-dev-10")
|
||||
val ktorVersion: String by extra(space.kscience.gradle.KScienceVersions.ktorVersion)
|
||||
val rsocketVersion by extra("0.15.4")
|
||||
val xodusVersion by extra("2.0.1")
|
||||
|
@ -12,6 +12,7 @@ repositories {
|
||||
|
||||
val ktorVersion: String by rootProject.extra
|
||||
val rsocketVersion: String by rootProject.extra
|
||||
val visionforgeVersion: String by rootProject.extra
|
||||
|
||||
dependencies {
|
||||
implementation(projects.controlsCore)
|
||||
@ -24,7 +25,8 @@ dependencies {
|
||||
|
||||
implementation("io.ktor:ktor-client-cio:$ktorVersion")
|
||||
implementation("no.tornado:tornadofx:1.7.20")
|
||||
implementation("space.kscience:plotlykt-server:0.5.3")
|
||||
implementation("space.kscience:plotlykt-server:0.6.0")
|
||||
implementation("space.kscience:visionforge-plotly:$visionforgeVersion")
|
||||
// implementation("com.github.Ricky12Awesome:json-schema-serialization:0.6.6")
|
||||
implementation(spclibs.logback.classic)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user