Skip to content

Commit 7f5bab8

Browse files
committed
Bump kotlin, ksp plugin versions
1 parent 76080f4 commit 7f5bab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
id("net.ossindex.audit") version "0.4.11"
1010
id("io.freefair.maven-central.validate-poms") version "8.10"
1111
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
12-
id("org.jetbrains.kotlin.jvm") version "1.9.24" apply false
13-
id("com.google.devtools.ksp") version "1.9.24-1.0.20" apply false
12+
id("org.jetbrains.kotlin.jvm") version "1.9.25" apply false
13+
id("com.google.devtools.ksp") version "1.9.25-1.0.20" apply false
1414
id("org.openapi.generator") version "7.8.0" apply false
1515
id("org.jlleitschuh.gradle.ktlint") version "12.1.1" apply false
1616
}

0 commit comments

Comments
 (0)