Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 95ed627

Browse files
authored
Kotlin v1.9.25 (#620)
As discussed on #618
1 parent 16e576e commit 95ed627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
id("org.openrewrite.build.recipe-library") version "latest.release"
5-
kotlin("jvm") version "1.9.22"
5+
kotlin("jvm") version "1.9.25"
66
}
77
group = "org.openrewrite"
88
description = "Rewrite Kotlin"
@@ -13,7 +13,7 @@ val latest = if (project.hasProperty("releasing")) {
1313
"latest.integration"
1414
}
1515

16-
val kotlinVersion = "1.9.22"
16+
val kotlinVersion = "1.9.25"
1717

1818
dependencies {
1919
annotationProcessor("org.projectlombok:lombok:latest.release")

0 commit comments

Comments
 (0)