Skip to content

Commit 4f65632

Browse files
authored
Upgrade Lets-Plot to 1.5.1-SNAPSHOT (#93)
* Update Lets-Plot to 1.5.1-SNAPSHOT. * Add 'image export'.
1 parent 1a94f8b commit 4f65632

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

libraries/lets-plot.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
{
22
"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",
56
"isolatedFrame": ""
67
},
78
"link": "https://github.com/JetBrains/lets-plot-kotlin",
89
"repositories": [
910
"https://jetbrains.bintray.com/lets-plot-maven"
1011
],
1112
"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"
1316
],
1417
"imports": [
1518
"jetbrains.letsPlot.*",
1619
"jetbrains.letsPlot.geom.*",
1720
"jetbrains.letsPlot.stat.*",
1821
"jetbrains.letsPlot.label.*",
1922
"jetbrains.letsPlot.scale.*",
20-
"jetbrains.letsPlot.facet.*"
23+
"jetbrains.letsPlot.facet.*",
24+
"jetbrains.letsPlot.sampling.*",
25+
"jetbrains.letsPlot.export.*"
2126
],
2227
"init": [
2328
"import jetbrains.letsPlot.LetsPlot",

0 commit comments

Comments
 (0)