Skip to content

Commit b1b9751

Browse files
Release v2.1.0-alpha1
1 parent 6cce1fb commit b1b9751

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ dependencies {
2727
...
2828

2929
// Lets-Plot Kotlin API
30-
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.8.0")
30+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2")
3131

3232
// Lets-Plot Multiplatform
33-
implementation("org.jetbrains.lets-plot:lets-plot-common:4.4.1")
34-
implementation("org.jetbrains.lets-plot:platf-awt:4.4.1")
33+
implementation("org.jetbrains.lets-plot:lets-plot-common:4.5.1")
34+
implementation("org.jetbrains.lets-plot:platf-awt:4.5.1")
3535

3636
// Lets-Plot Skia Frontend
37-
implementation("org.jetbrains.lets-plot:lets-plot-compose:1.0.4")
37+
implementation("org.jetbrains.lets-plot:lets-plot-compose:2.1.0-alpha1")
3838
}
3939
```
4040
See example: [Compose desktop](https://github.com/JetBrains/lets-plot-compose-demos/blob/main/compose-desktop/build.gradle.kts) demo.
@@ -50,13 +50,13 @@ 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.8.0")
53+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2")
5454

5555
// Lets-Plot Multiplatform
56-
implementation("org.jetbrains.lets-plot:lets-plot-common:4.4.1")
56+
implementation("org.jetbrains.lets-plot:lets-plot-common:4.5.1")
5757

5858
// Lets-Plot Skia Frontend
59-
implementation("org.jetbrains.lets-plot:lets-plot-compose:1.0.4")
59+
implementation("org.jetbrains.lets-plot:lets-plot-compose:2.0.0")
6060
}
6161
```
6262

@@ -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.8.0")
76+
implementation("org.jetbrains.lets-plot:lets-plot-kotlin-kernel:4.9.2")
7777

7878
// Lets-Plot Multiplatform
79-
implementation("org.jetbrains.lets-plot:lets-plot-common:4.4.1")
80-
implementation("org.jetbrains.lets-plot:platf-awt:4.4.1")
79+
implementation("org.jetbrains.lets-plot:lets-plot-common:4.5.1")
80+
implementation("org.jetbrains.lets-plot:platf-awt:4.5.1")
8181

8282
// Lets-Plot Skia Frontend
83-
implementation("org.jetbrains.lets-plot:lets-plot-swing-skia:1.0.4")
83+
implementation("org.jetbrains.lets-plot:lets-plot-swing-skia:2.1.0-alpha1")
8484
}
8585
```
8686

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (project.file("local.properties").exists()) {
3030

3131
allprojects {
3232
group = "org.jetbrains.lets-plot"
33-
version = "2.0.1-SNAPSHOT"
33+
version = "2.1.0-SNAPSHOT"
3434
// version = "0.0.0-SNAPSHOT" // for local publishing only
3535

3636
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {

0 commit comments

Comments
 (0)