@@ -62,13 +62,8 @@ geotools = "33.2"
6262jai-core = " 1.1.3"
6363jts = " 1.20.0"
6464
65- # Normal examples Kandy versions
6665kandy = " 0.8.3"
6766
68- # Example notebooks Kandy versions
69- kandy-notebook = " 0.8.3"
70- kandy-stats-notebook = " 0.8.3"
71-
7267exposed = " 1.0.0-beta-2"
7368hibernate = " 6.5.2.Final"
7469
@@ -106,14 +101,10 @@ mysql = { group = "com.mysql", name = "mysql-connector-j", version.ref = "mysql"
106101postgresql = { group = " org.postgresql" , name = " postgresql" , version.ref = " postgresql" }
107102sqlite = { group = " org.xerial" , name = " sqlite-jdbc" , version.ref = " sqlite" }
108103
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
115104kandy = { group = " org.jetbrains.kotlinx" , name = " kandy-lets-plot" , version.ref = " kandy" }
105+ kandy-geo = { group = " org.jetbrains.kotlinx" , name = " kandy-geo" , version.ref = " kandy" }
116106kandy-samples-utils = { group = " org.jetbrains.kotlinx" , name = " kandy-samples-utils" , version.ref = " kandy" }
107+ kandy-stats = { group = " org.jetbrains.kotlinx" , name = " kotlin-statistics-jvm" , version.ref = " kandy" }
117108
118109poi-ooxml = { group = " org.apache.poi" , name = " poi-ooxml" , version.ref = " poi" }
119110kotlin-datetimeJvm = { group = " org.jetbrains.kotlinx" , name = " kotlinx-datetime-jvm" , version.ref = " kotlinDatetime" }
0 commit comments