Skip to content

Commit 1d10f5b

Browse files
update kandy to 0.5.0-rc-3
1 parent 8fdd17e commit 1d10f5b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

kandy.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"description": "Kotlin plotting DSL for Lets-Plot",
33
"properties": [
4-
{ "name": "kandyVersion", "value": "0.5.0-rc-2" },
5-
{ "name": "statsVersion", "value": "0.0.3" },
6-
{ "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" }
4+
{ "name": "kandyVersion", "value": "0.5.0-rc-3" },
5+
{ "name": "kandyVersion-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kandy-lets-plot" },
6+
{ "name": "statsVersion", "value": "0.0.3" }
77
],
88
"link": "https://github.com/Kotlin/kandy",
99
"repositories": [
@@ -12,5 +12,8 @@
1212
"dependencies": [
1313
"org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion",
1414
"org.jetbrains.kotlinx:kotlin-statistics-jvm:$statsVersion"
15+
],
16+
"integrationTypeNameRules": [
17+
"-:org.jetbrains.kotlinx.dataframe.**"
1518
]
1619
}

0 commit comments

Comments
 (0)