Skip to content

Commit 01b8174

Browse files
authored
Merge pull request #62 from domaframework/renovate/intellijplatform
Update dependency org.jetbrains.intellij.platform to v2.5.0
2 parents f7c9259 + dadd881 commit 01b8174

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ dependencies {
9393
zipSigner()
9494
testFramework(TestFrameworkType.Platform)
9595
testFramework(TestFrameworkType.Plugin.Java)
96-
testFramework(TestFrameworkType.Metrics)
9796
}
9897
}
9998

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platformType = IC
99
platformVersion = 2024.3.1
1010

1111
platformPlugins =
12-
platformBundledPlugins = com.intellij.java,org.jetbrains.kotlin
12+
platformBundledPlugins = com.intellij.java,org.jetbrains.kotlin,org.intellij.intelliLang,org.toml.lang
1313

1414
gradleVersion = 8.10.2
1515

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ logback = "1.5.18"
66

77
# plugins
88
changelog = "2.2.1"
9-
intelliJPlatform = "2.3.0"
9+
intelliJPlatform = "2.5.0"
1010
kotlin = "2.1.20"
1111
kover = "0.9.1"
1212
qodana = "2024.3.4"

0 commit comments

Comments
 (0)