We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3d09c commit 6654a4aCopy full SHA for 6654a4a
1 file changed
build.gradle.kts
@@ -5,8 +5,8 @@ fun properties(key: String) = project.findProperty(key).toString()
5
6
plugins {
7
id("java")
8
- id("org.jetbrains.kotlin.jvm") version "2.3.20"
9
- id("org.jetbrains.intellij.platform") version "2.14.0"
+ id("org.jetbrains.kotlin.jvm") version "2.3.21"
+ id("org.jetbrains.intellij.platform") version "2.16.0"
10
id("org.jetbrains.changelog") version "2.5.0"
11
}
12
0 commit comments