Skip to content

Commit 1d4d84e

Browse files
Upgrade lets-plot to v4.7.1 and lets-plot-kotlin to v4.11.1
1 parent 611d00d commit 1d4d84e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

USAGE_BATIK_JFX_JS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ plugins {
5252

5353
dependencies {
5454
// Lets-Plot Kotlin API
55-
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.11.0")
55+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.11.1")
5656
// Lets-Plot Multiplatform (Batik rendering)
57-
implementation("org.jetbrains.lets-plot:lets-plot-batik:4.7.0")
57+
implementation("org.jetbrains.lets-plot:lets-plot-batik:4.7.1")
5858
}
5959
```
6060

@@ -75,9 +75,9 @@ plugins {
7575

7676
dependencies {
7777
// Lets-Plot Kotlin API
78-
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.11.0")
78+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.11.1")
7979
// Lets-Plot Multiplatform (JFX Scene rendering)
80-
implementation("org.jetbrains.lets-plot:lets-plot-jfx:4.7.0")
80+
implementation("org.jetbrains.lets-plot:lets-plot-jfx:4.7.1")
8181
}
8282
```
8383

@@ -95,7 +95,7 @@ kotlin {
9595
named("jsMain") {
9696
dependencies {
9797
// Lets-Plot Kotlin API
98-
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-js:4.11.0")
98+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-js:4.11.1")
9999
}
100100
}
101101
}
@@ -193,7 +193,7 @@ val rawSpec = figure.toSpec()
193193
```kotlin
194194
val html: String = PlotHtmlExport.buildHtmlFromRawSpecs(
195195
plotSpec = rawSpec,
196-
scriptUrl = PlotHtmlHelper.scriptUrl(version="4.7.0"),
196+
scriptUrl = PlotHtmlHelper.scriptUrl(version="4.7.1"),
197197
iFrame = true
198198
)
199199
```

0 commit comments

Comments
 (0)