Skip to content

Commit 6211ebc

Browse files
committed
Revert "Upgrade Lets-Plot-Kotlin -> 4.9.1 (new jupyter integration)."
This reverts commit f75e8bf.
1 parent f75e8bf commit 6211ebc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

lets-plot-gt.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"description": "Lets-Plot visualisation for GeoTools toolkit",
33
"link": "https://github.com/JetBrains/lets-plot-kotlin",
44
"properties": [
5-
{ "name": "v", "value": "4.9.1" },
6-
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter" }
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": "" }
78
],
89
"repositories": [
910
"https://repo.osgeo.org/repository/release"
1011
],
1112
"dependencies": [
12-
"org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$v"
13+
"org.jetbrains.lets-plot:lets-plot-kotlin-geotools-jupyter:$api"
1314
]
1415
}

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": "v", "value": "4.9.1" },
5-
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.lets-plot:lets-plot-kotlin-jupyter" },
4+
{ "name": "api", "value": "4.8.0" },
5+
{ "name": "api-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:$v"
10+
"org.jetbrains.lets-plot:lets-plot-kotlin-jupyter:$api"
1111
]
1212
}

0 commit comments

Comments
 (0)