Skip to content

Commit 27f540d

Browse files
committed
chore: use latest version 2.6.0 for the platform plugin
1 parent c5e9c42 commit 27f540d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
// Kotlin support
1313
id("org.jetbrains.kotlin.jvm") version "1.9.23"
1414
// Gradle IntelliJ Platform Plugin
15-
id("org.jetbrains.intellij.platform") version "2.5.0"
15+
id("org.jetbrains.intellij.platform") version "2.6.0"
1616
// Gradle Changelog Plugin
1717
id("org.jetbrains.changelog") version "2.2.1"
1818
// Gradle Qodana Plugin

0 commit comments

Comments
 (0)