Skip to content

Commit f75e8bf

Browse files
committed
Upgrade Lets-Plot-Kotlin -> 4.9.1 (new jupyter integration).
1 parent 10fefcc commit f75e8bf

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

lets-plot-gt.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"description": "Lets-Plot visualisation for GeoTools toolkit",
33
"link": "https://github.com/JetBrains/lets-plot-kotlin",
44
"properties": [
5-
{ "name": "api", "value": "4.8.0" },
6-
{ "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" },
7-
{ "name": "isolatedFrame", "value": "" }
5+
{ "name": "v", "value": "4.9.1" },
6+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" }
87
],
98
"repositories": [
109
"https://repo.osgeo.org/repository/release"
1110
],
1211
"dependencies": [
13-
"org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$api"
12+
"org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$v"
1413
]
1514
}

lets-plot.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"description": "Kotlin API for Lets-Plot: multiplatform plotting library based on Grammar of Graphics",
33
"properties": [
4-
{ "name": "api", "value": "4.8.0" },
5-
{ "name": "api-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" },
4+
{ "name": "v", "value": "4.9.1" },
5+
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" },
66
{ "name": "isolatedFrame", "value": "" }
77
],
88
"link": "https://github.com/JetBrains/lets-plot-kotlin",
99
"dependencies": [
10-
"org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$api"
10+
"org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$v"
1111
]
1212
}

0 commit comments

Comments
 (0)