File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed 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.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 " }
7
7
],
8
8
"link" : " https://github.com/Kotlin/kandy" ,
9
9
"repositories" : [
12
12
"dependencies" : [
13
13
" org.jetbrains.kotlinx:kandy-lets-plot:$kandyVersion" ,
14
14
" org.jetbrains.kotlinx:kotlin-statistics-jvm:$statsVersion"
15
+ ],
16
+ "integrationTypeNameRules" : [
17
+ " -:org.jetbrains.kotlinx.dataframe.**"
15
18
]
16
19
}
You can’t perform that action at this time.
0 commit comments