Skip to content

Commit 7a75ab2

Browse files
committedFeb 5, 2025·
Update to Kotlin 2.1.10
1 parent f0a914a commit 7a75ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
alias(libs.plugins.run.paper) apply false
1010

1111
// Kotlin plugin prefers to be applied to parent when it's used in multiple sub-modules.
12-
kotlin("jvm") version "2.1.0" apply false
12+
kotlin("jvm") version "2.1.10" apply false
1313
alias(libs.plugins.spotless)
1414
}
1515

0 commit comments

Comments
 (0)
Please sign in to comment.