File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ plugins {
5252
5353dependencies {
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
7676dependencies {
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 ```
You can’t perform that action at this time.
0 commit comments