@@ -62,12 +62,8 @@ geotools = "33.2"
6262jai-core = " 1.1.3"
6363jts = " 1.20.0"
6464
65- # Normal examples Kandy versions
66- kandy = " 0.8.2-dev-90"
67-
68- # Example notebooks Kandy versions
69- kandy-notebook = " 0.8.1n"
70- kandy-stats-notebook = " 0.5.0n"
65+ kandy = " 0.8.3-dev-92"
66+ kandy-stats = " 0.5.1-dev-2"
7167
7268exposed = " 1.0.0-beta-2"
7369hibernate = " 6.5.2.Final"
@@ -106,14 +102,10 @@ mysql = { group = "com.mysql", name = "mysql-connector-j", version.ref = "mysql"
106102postgresql = { group = " org.postgresql" , name = " postgresql" , version.ref = " postgresql" }
107103sqlite = { group = " org.xerial" , name = " sqlite-jdbc" , version.ref = " sqlite" }
108104
109- # Example notebooks Kandy versions
110- kandy-notebook = { group = " org.jetbrains.kotlinx" , name = " kandy-lets-plot" , version.ref = " kandy-notebook" }
111- # -- Requires repo: https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven
112- kandy-stats = { group = " org.jetbrains.kotlinx" , name = " kotlin-statistics-jvm" , version.ref = " kandy-stats-notebook" }
113-
114- # Normal examples Kandy versions
115105kandy = { group = " org.jetbrains.kotlinx" , name = " kandy-lets-plot" , version.ref = " kandy" }
106+ kandy-geo = { group = " org.jetbrains.kotlinx" , name = " kandy-geo" , version.ref = " kandy" }
116107kandy-samples-utils = { group = " org.jetbrains.kotlinx" , name = " kandy-samples-utils" , version.ref = " kandy" }
108+ kandy-stats = { group = " org.jetbrains.kotlinx" , name = " kotlin-statistics-jvm" , version.ref = " kandy-stats" }
117109
118110poi-ooxml = { group = " org.apache.poi" , name = " poi-ooxml" , version.ref = " poi" }
119111kotlin-datetimeJvm = { group = " org.jetbrains.kotlinx" , name = " kotlinx-datetime-jvm" , version.ref = " kotlinDatetime" }
0 commit comments