Skip to content

Commit d34f497

Browse files
alshanileasile
authored andcommitted
Upgrade to Lets-Plot v2.0.3, Lets-Plot Kotlin API v3.0.0
1 parent f459fe0 commit d34f497

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

libraries/lets-plot-gt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Lets-Plot visualisation for GeoTools toolkit",
33
"link": "https://github.com/JetBrains/lets-plot-kotlin",
44
"properties": {
5-
"api": "2.0.1",
5+
"api": "3.0.0",
66
"gt": "[23,)"
77
},
88
"repositories": [

libraries/lets-plot.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"description": "ggplot-like interactive visualization for Kotlin",
33
"properties": {
4-
"api": "2.0.1",
5-
"lib": "2.0.2",
6-
"js": "2.0.2",
4+
"api": "3.0.0",
5+
"lib": "2.0.3",
6+
"js": "2.0.3",
77
"isolatedFrame": ""
88
},
99
"link": "https://github.com/JetBrains/lets-plot-kotlin",
1010
"dependencies": [
11-
"org.jetbrains.lets-plot:lets-plot-kotlin-api-kernel:$api",
11+
"org.jetbrains.lets-plot:lets-plot-kotlin-kernel:$api",
1212
"org.jetbrains.lets-plot:lets-plot-common:$lib",
1313
"org.jetbrains.lets-plot:lets-plot-image-export:$lib",
14-
15-
"io.github.microutils:kotlin-logging-jvm:2.0.5"
14+
"io.github.microutils:kotlin-logging-jvm:2.0.5",
15+
"org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.3"
1616
],
1717
"imports": [
1818
"jetbrains.letsPlot.*",

0 commit comments

Comments
 (0)