Skip to content

Commit

Permalink
Kotlin v1.9.25 (#620)
Browse files Browse the repository at this point in the history
As discussed on #618
  • Loading branch information
timtebeek authored Dec 13, 2024
1 parent 16e576e commit 95ed627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.openrewrite.build.recipe-library") version "latest.release"
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.25"
}
group = "org.openrewrite"
description = "Rewrite Kotlin"
Expand All @@ -13,7 +13,7 @@ val latest = if (project.hasProperty("releasing")) {
"latest.integration"
}

val kotlinVersion = "1.9.22"
val kotlinVersion = "1.9.25"

dependencies {
annotationProcessor("org.projectlombok:lombok:latest.release")
Expand Down

0 comments on commit 95ed627

Please sign in to comment.