Skip to content

Commit 6654a4a

Browse files
committed
Bump Kotlin to 2.3.21 and IntelliJ platform to 2.16.0
1 parent ef3d09c commit 6654a4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ fun properties(key: String) = project.findProperty(key).toString()
55

66
plugins {
77
id("java")
8-
id("org.jetbrains.kotlin.jvm") version "2.3.20"
9-
id("org.jetbrains.intellij.platform") version "2.14.0"
8+
id("org.jetbrains.kotlin.jvm") version "2.3.21"
9+
id("org.jetbrains.intellij.platform") version "2.16.0"
1010
id("org.jetbrains.changelog") version "2.5.0"
1111
}
1212

0 commit comments

Comments
 (0)