Skip to content

Commit aef63db

Browse files
Bump org.jetbrains.intellij.platform from 2.1.0 to 2.6.0
Bumps org.jetbrains.intellij.platform from 2.1.0 to 2.6.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9234bf5 commit aef63db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.intellij.platform.gradle.TestFrameworkType
55
plugins {
66
id("java") // Java support
77
kotlin("jvm") version "2.1.10"// Kotlin support
8-
id("org.jetbrains.intellij.platform") version "2.2.1"
8+
id("org.jetbrains.intellij.platform") version "2.6.0"
99
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1010
alias(libs.plugins.qodana) // Gradle Qodana Plugin
1111
alias(libs.plugins.kover) // Gradle Kover Plugin

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.2.1"
7-
intelliJPlatform = "2.1.0"
7+
intelliJPlatform = "2.6.0"
88
kotlin = "1.9.25"
99
kover = "0.8.3"
1010
qodana = "2024.2.3"

0 commit comments

Comments
 (0)