Update to DataForge and plotly release versions

This commit is contained in:
Alexander Nozik 2021-08-13 22:14:43 +03:00
parent c44162671f
commit d916dde6a7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ plugins {
id("ru.mipt.npm.gradle.project") id("ru.mipt.npm.gradle.project")
} }
val dataforgeVersion by extra("0.5.0-dev-11") val dataforgeVersion by extra("0.5.0")
val fxVersion by extra("11") val fxVersion by extra("11")
allprojects { allprojects {

View File

@ -2,7 +2,7 @@ plugins {
id("ru.mipt.npm.gradle.mpp") id("ru.mipt.npm.gradle.mpp")
} }
val plotlyVersion = "0.5.0-dev-1" val plotlyVersion = "0.5.0"
kscience { kscience {
useSerialization() useSerialization()