File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ plugins {
32
32
// https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
33
33
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
34
34
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
35
- id(" org.jetbrains.intellij.platform" ) version " 2.5 .0"
35
+ id(" org.jetbrains.intellij.platform" ) version " 2.6 .0"
36
36
id(" org.jetbrains.kotlin.jvm" ) version " 2.1.21-RC2"
37
37
}
38
38
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
// https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
24
24
// https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
25
25
id(" java" )
26
- id(" org.jetbrains.intellij.platform" ) version " 2.5 .0"
26
+ id(" org.jetbrains.intellij.platform" ) version " 2.6 .0"
27
27
id(" org.jetbrains.kotlin.jvm" ) version " 2.1.21-RC2"
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments