Skip to content

Commit 8fdd17e

Browse files
update kandy to 0.5.0-rc-2
1 parent d768def commit 8fdd17e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

kandy-echarts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Kotlin plotting DSL for Apache ECharts",
33
"properties": [
4-
{ "name": "kandyVersion", "value": "0.4.4" },
4+
{ "name": "kandyVersion", "value": "0.5.0-rc-2" },
55
{ "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-echarts" }
66
],
77
"link": "https://github.com/Kotlin/kandy",

kandy.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"description": "Kotlin plotting DSL for Lets-Plot",
33
"properties": [
4-
{ "name": "kandyVersion", "value": "0.4.4" },
4+
{ "name": "kandyVersion", "value": "0.5.0-rc-2" },
5+
{ "name": "statsVersion", "value": "0.0.3" },
56
{ "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }
67
],
78
"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"
1011
],
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"
1315
]
1416
}

0 commit comments

Comments
 (0)