Skip to content

Commit 0e682a6

Browse files
committed
release: v2.2.21-RC-0.13.2
1 parent 5d72ab2 commit 0e682a6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.changelog/v2.2.21-RC-0.13.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Kotlin version: `v2.2.21-RC`

buildSrc/src/main/kotlin/IProject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object IProject : ProjectDetail() {
3232
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"
3333

3434
// Remember the libs.versions.toml!
35-
val ktVersion = "2.2.20"
35+
val ktVersion = "2.2.21-RC"
3636
val pluginVersion = "0.13.2"
3737

3838
override val version: String = "$ktVersion-$pluginVersion"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlinx-coroutines = "1.8.0"
33
kotlinx-serialization = "1.7.1"
44
google-auto-service = "1.0.1"
55
# Remember the `IProject.ktVersion`!
6-
kotlin = "2.2.20"
6+
kotlin = "2.2.21-RC"
77

88
# https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-publish-libraries.html#configure-the-project
99
# https://github.com/vanniktech/gradle-maven-publish-plugin

tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id("love.forte.plugin.suspend-transform") version "2.2.20-0.13.1" apply false
2+
id("love.forte.plugin.suspend-transform") version "2.2.21-RC-0.13.2" apply false
33
}

0 commit comments

Comments
 (0)