File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Kotlin plotting DSL for Apache ECharts" ,
3
3
"properties" : [
4
- { "name" : " kandyVersion" , "value" : " 0.4.4 " },
4
+ { "name" : " kandyVersion" , "value" : " 0.5.0-rc-2 " },
5
5
{ "name" : " kandyVersion-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kandy-echarts" }
6
6
],
7
7
"link" : " https://github.com/Kotlin/kandy" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Kotlin plotting DSL for Lets-Plot" ,
3
3
"properties" : [
4
- { "name" : " kandyVersion" , "value" : " 0.4.4" },
4
+ { "name" : " kandyVersion" , "value" : " 0.5.0-rc-2" },
5
+ { "name" : " statsVersion" , "value" : " 0.0.3" },
5
6
{ "name" : " kandyVersion-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kandy-lets-plot" }
6
7
],
7
8
"link" : " https://github.com/Kotlin/kandy" ,
8
- "dependencies " : [
9
- " org .jetbrains.kotlinx:kandy-lets-plot:$kandyVersion "
9
+ "repositories " : [
10
+ " https://packages .jetbrains.team/maven/p/kds/kotlin-ds-maven "
10
11
],
11
- "integrationTypeNameRules" : [
12
- " -:org.jetbrains.kotlinx.dataframe.**"
12
+ "dependencies" : [
13
+ " org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion" ,
14
+ " org.jetbrains.kotlinx:kotlin-statistics-jvm:$statsVersion"
13
15
]
14
16
}
You can’t perform that action at this time.
0 commit comments