File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import java.util.*
22
33plugins {
44 kotlin(" jvm" ) version " 2.0.0"
5- id(" org.jetbrains.kotlinx.dataframe" ) version " 0.15.0-RC3 "
5+ id(" org.jetbrains.kotlinx.dataframe" ) version " 1.0.0-Beta2 "
66}
77
88group = " org.jetbrains.kotlinx.dataframe.examples"
@@ -13,11 +13,11 @@ repositories {
1313}
1414
1515dependencies {
16- implementation (" org.jetbrains.kotlinx:dataframe:0.15.0-RC3 " )
17- implementation (" org.jetbrains.kotlinx:kandy-lets-plot:0.7.1 " )
18- implementation (" org.jetbrains.kotlinx:kandy-api:0.7.1 " )
19- implementation (" org.mariadb.jdbc:mariadb-java-client:3.1 .4" )
20- implementation (" org.hsqldb:hsqldb:2.7.3 " )
16+ implementation (" org.jetbrains.kotlinx:dataframe: 1.0.0-Beta2 " )
17+ implementation (" org.jetbrains.kotlinx:kandy-lets-plot:0.8.1-dev-67 " )
18+ implementation (" org.jetbrains.kotlinx:kandy-api:0.8.1-dev-67 " )
19+ implementation (" org.mariadb.jdbc:mariadb-java-client:3.5 .4" )
20+ implementation (" org.hsqldb:hsqldb:2.7.4 " )
2121
2222 testImplementation(kotlin(" test" ))
2323}
You can’t perform that action at this time.
0 commit comments