Skip to content

Commit 3cfa824

Browse files
committed
Seskar 4.66.0
1 parent f3e9492 commit 3cfa824

8 files changed

Lines changed: 119 additions & 156 deletions

File tree

.kotlin-locks/js/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kotlin-locks/wasmjs/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To add Seskar to your project, you need to add the following configuration to yo
1515
```kotlin
1616
plugins {
1717
kotlin("multiplatform") version "2.4.20"
18-
id("io.github.turansky.seskar") version "4.64.0"
18+
id("io.github.turansky.seskar") version "4.66.0"
1919
}
2020
```
2121

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
coroutines = "1.11.0"
33
kotlin = "2.4.20"
44
kotlin-wrappers = "2026.9.1"
5-
seskar = "4.64.0"
5+
seskar = "4.66.0"
66

77
nexus-publish = "2.0.0"
88
gradle-plugin-publish = "2.2.1"

0 commit comments

Comments
 (0)