Skip to content

Commit 8d580aa

Browse files
committed
Seskar 4.32.0
1 parent adfe4e9 commit 8d580aa

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

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.3.0"
18-
id("io.github.turansky.seskar") version "4.30.0"
18+
id("io.github.turansky.seskar") version "4.32.0"
1919
}
2020
```
2121

isolated-test/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlin.version=2.3.0
22
kfc.version=16.5.0
3-
seskar.version=4.30.0
3+
seskar.version=4.32.0

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.

seskar/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=io.github.turansky.seskar
2-
version=4.30.1-SNAPSHOT
2+
version=4.32.1-SNAPSHOT
33
kfc.pom.inception.year=2021
44
kfc.pom.url=https\://github.com/turansky/seskar
55
kotlin.version=2.3.0

seskar/package-lock.json

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

seskar/seskar-gradle-plugin/src/main/kotlin/seskar/gradle/plugin/KotlinPluginArtifact.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ internal val KOTLIN_PLUGIN_ARTIFACT: SubpluginArtifact
66
get() = SubpluginArtifact(
77
groupId = "io.github.turansky.seskar",
88
artifactId = "seskar-compiler-plugin",
9-
version = "4.30.1-SNAPSHOT",
9+
version = "4.32.1-SNAPSHOT",
1010
)

0 commit comments

Comments
 (0)