1818
1919## Dependencies
2020
21- See release notes for the latest version of the dependencies: [ v2.1.0 ] ( https://github.com/JetBrains/lets-plot-skia/releases/tag/v2.1.0 )
21+ See release notes for the latest version of the dependencies: [ v2.1.1 ] ( https://github.com/JetBrains/lets-plot-skia/releases/tag/v2.1.1 )
2222
2323### Compose Desktop
2424
@@ -27,14 +27,14 @@ dependencies {
2727 .. .
2828
2929 // Lets-Plot Kotlin API
30- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2 " )
30+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.3 " )
3131
3232 // Lets-Plot Multiplatform
33- implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5.1 " )
34- implementation(" org.jetbrains.lets-plot:platf-awt:4.5.1 " )
33+ implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5.2 " )
34+ implementation(" org.jetbrains.lets-plot:platf-awt:4.5.2 " )
3535
3636 // Lets-Plot Skia Frontend
37- implementation(" org.jetbrains.lets-plot:lets-plot-compose:2.1.0 " )
37+ implementation(" org.jetbrains.lets-plot:lets-plot-compose:2.1.1 " )
3838}
3939```
4040See example: [ Compose desktop] ( https://github.com/JetBrains/lets-plot-compose-demos/blob/main/compose-desktop/build.gradle.kts ) demo.
@@ -50,10 +50,10 @@ dependencies {
5050 implementation(" org.jetbrains.skiko:skiko-android:0.8.4" )
5151
5252 // Lets-Plot Kotlin API
53- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2 " )
53+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.3 " )
5454
5555 // Lets-Plot Multiplatform
56- implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5.1 " )
56+ implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5.2 " )
5757
5858 // Lets-Plot Skia Frontend
5959 implementation(" org.jetbrains.lets-plot:lets-plot-compose:2.0.0" )
@@ -73,14 +73,14 @@ dependencies {
7373 implementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-x64:0.8.4" )
7474
7575 // Lets-Plot Kotlin API
76- implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2 " )
76+ implementation(" org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.3 " )
7777
7878 // Lets-Plot Multiplatform
79- implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5.1 " )
80- implementation(" org.jetbrains.lets-plot:platf-awt:4.5.1 " )
79+ implementation(" org.jetbrains.lets-plot:lets-plot-common:4.5.2 " )
80+ implementation(" org.jetbrains.lets-plot:platf-awt:4.5.2 " )
8181
8282 // Lets-Plot Skia Frontend
83- implementation(" org.jetbrains.lets-plot:lets-plot-swing-skia:2.1.0 " )
83+ implementation(" org.jetbrains.lets-plot:lets-plot-swing-skia:2.1.1 " )
8484}
8585```
8686
0 commit comments