File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"properties" : {
3
- "api" : " 0.0.23-SNAPSHOT" ,
4
- "js" : " 1.4.2" ,
3
+ "api" : " 0.0.26-SNAPSHOT" ,
4
+ "lib" : " 1.5.1-SNAPSHOT" ,
5
+ "js" : " 1.5.0" ,
5
6
"isolatedFrame" : " "
6
7
},
7
8
"link" : " https://github.com/JetBrains/lets-plot-kotlin" ,
8
9
"repositories" : [
9
10
" https://jetbrains.bintray.com/lets-plot-maven"
10
11
],
11
12
"dependencies" : [
12
- " org.jetbrains.lets-plot:lets-plot-kotlin-api:$api"
13
+ " org.jetbrains.lets-plot:lets-plot-kotlin-api-kernel:$api" ,
14
+ " org.jetbrains.lets-plot:lets-plot-common:$lib" ,
15
+ " org.jetbrains.lets-plot:lets-plot-image-export:$lib"
13
16
],
14
17
"imports" : [
15
18
" jetbrains.letsPlot.*" ,
16
19
" jetbrains.letsPlot.geom.*" ,
17
20
" jetbrains.letsPlot.stat.*" ,
18
21
" jetbrains.letsPlot.label.*" ,
19
22
" jetbrains.letsPlot.scale.*" ,
20
- " jetbrains.letsPlot.facet.*"
23
+ " jetbrains.letsPlot.facet.*" ,
24
+ " jetbrains.letsPlot.sampling.*" ,
25
+ " jetbrains.letsPlot.export.*"
21
26
],
22
27
"init" : [
23
28
" import jetbrains.letsPlot.LetsPlot" ,
You can’t perform that action at this time.
0 commit comments