@@ -22,11 +22,11 @@ For more details see [Compose multiplatform compatibility and versioning overvie
2222
2323## Dependencies
2424
25- - Compose Multiplatform: [ 1.11.0 ] ( https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.11.0 )
26- - Lets-Plot Kotlin API: [ 4.14 .0] ( https://github.com/JetBrains/lets-plot-kotlin/releases/tag/v4.14 .0 )
27- - Lets-Plot Multiplatform: [ 4.10.1 ] ( https://github.com/JetBrains/lets-plot/releases/tag/v4.10 .0 )
25+ - Compose Multiplatform: [ 1.11.1 ] ( https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.11.1 )
26+ - Lets-Plot Kotlin API: [ 4.15 .0] ( https://github.com/JetBrains/lets-plot-kotlin/releases/tag/v4.15 .0 )
27+ - Lets-Plot Multiplatform: [ 4.11.0 ] ( https://github.com/JetBrains/lets-plot/releases/tag/v4.11 .0 )
2828
29- - kotlinx-datetime: [ 0.6.2 ] ( https://github.com/Kotlin/kotlinx-datetime/releases/tag/v0.6.2 )
29+ - kotlinx-datetime: [ 0.7.1 ] ( https://github.com/Kotlin/kotlinx-datetime/releases/tag/v0.7.1 )
3030- kotlinx-coroutines: [ 1.8.0] ( https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.0 )
3131
3232
@@ -38,13 +38,13 @@ dependencies {
3838 implementation(compose.components.resources)
3939
4040 // Lets-Plot Kotlin API
41- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin:4.14 .0" )
41+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin:4.15 .0" )
4242
4343 // Optional: contains the PlotImageExport utility which enables exporting to raster formats.
44- implementation(" org.jetbrains.lets-plot:platf-awt:4.10.1 " )
44+ implementation(" org.jetbrains.lets-plot:platf-awt:4.11.0 " )
4545
4646 // Lets-Plot Compose UI
47- implementation(" org.jetbrains.lets-plot:lets-plot-compose:3.2.0 " )
47+ implementation(" org.jetbrains.lets-plot:lets-plot-compose:3.2.2 " )
4848}
4949```
5050
@@ -54,13 +54,13 @@ See examples:
5454
5555> [ !TIP]
5656> The ` org.jetbrains.lets-plot:lets-plot-kotlin ` dependency transitively brings in 3rd-party runtime dependencies:
57- > - ` org.jetbrains.kotlinx:kotlinx-datetime:0.6.2 `
57+ > - ` org.jetbrains.kotlinx:kotlinx-datetime:0.7.1 `
5858> - ` org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 `
5959>
6060> For a dependency-free configuration (JVM/Desktop target only), replace ` lets-plot-kotlin ` with the following:
6161> ``` kotlin
62- > implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.14 .0" )
63- > implementation(" org.jetbrains.lets-plot:lets-plot-common:4.10.1 " )
62+ > implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.15 .0" )
63+ > implementation(" org.jetbrains.lets-plot:lets-plot-common:4.11.0 " )
6464> ```
6565
6666
@@ -69,10 +69,10 @@ See examples:
6969```kotlin
7070dependencies {
7171 // Lets-Plot Kotlin API
72- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin:4.14 .0" )
72+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin:4.15 .0" )
7373
7474 // Lets-Plot Compose UI
75- implementation(" org.jetbrains.lets-plot:lets-plot-compose:3.2.0 " )
75+ implementation(" org.jetbrains.lets-plot:lets-plot-compose:3.2.2 " )
7676}
7777```
7878
@@ -86,10 +86,10 @@ See examples:
8686``` kotlin
8787dependencies {
8888 // Lets-Plot Kotlin API
89- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin:4.14 .0" )
89+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin:4.15 .0" )
9090
9191 // Lets-Plot Compose UI
92- implementation(" org.jetbrains.lets-plot:lets-plot-compose:3.2.0 " )
92+ implementation(" org.jetbrains.lets-plot:lets-plot-compose:3.2.2 " )
9393}
9494```
9595
0 commit comments