Skip to content

Commit 78f481f

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update plugin kotlin to v2.2.0-RC2
1 parent d0d6071 commit 78f481f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ gitPublish = { id = "org.ajoberstar.git-publish", version = "5.1.1" }
105105
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
106106
jreleaser = { id = "org.jreleaser", version = "1.18.0" }
107107
# check if workaround in gradle.properties can be removed when updating
108-
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0-RC" }
108+
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0-RC2" }
109109
nullaway = { id = "net.ltgt.nullaway", version = "2.2.0" }
110110
openrewrite = { id = "org.openrewrite.rewrite", version = "7.7.0" }
111111
plantuml = { id = "io.freefair.plantuml", version = "8.13.1" }

platform-tooling-support-tests/projects/gradle-kotlin-extensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
33
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_1
44

55
plugins {
6-
kotlin("jvm") version "2.2.0-RC"
6+
kotlin("jvm") version "2.2.0-RC2"
77
}
88

99
repositories {

platform-tooling-support-tests/projects/kotlin-coroutines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.2.0-RC"
2+
kotlin("jvm") version "2.2.0-RC2"
33
}
44

55
val junitVersion: String by project

0 commit comments

Comments
 (0)