File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99- Upgrade Gradle Wrapper to ` 9.4.1 `
1010- Set empty ` versionPrefix ` for changelog in Gradle build file.
11+ - Update ` platformVersion ` to ` 2025.2.6.1 `
1112- Dependencies - upgrade ` org.jetbrains.intellij.platform ` to ` 2.13.1 `
12- - Dependencies - upgrade ` org.jetbrains.kotlin.jvm ` to ` 2.3.0 `
13- - Dependencies - upgrade ` org.jetbrains.qodana ` to ` 2025.3.1 `
14- - Dependencies - upgrade ` org.jetbrains.kotlinx.kover ` to ` 0.9.5 `
13+ - Dependencies - upgrade ` org.jetbrains.kotlin.jvm ` to ` 2.3.20 `
14+ - Dependencies - upgrade ` org.jetbrains.qodana ` to ` 2025.3.2 `
15+ - Dependencies - upgrade ` org.jetbrains.kotlinx.kover ` to ` 0.9.7 `
1516- Dependencies (GitHub Actions) - upgrade ` actions/checkout ` to ` v6 `
1617- Dependencies (GitHub Actions) - upgrade ` actions/upload-artifact ` to ` v6 `
1718- GitHub Actions: Setup Java and Gradle actions for the ` releaseDraft ` build step
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pluginVersion = 2.4.1
1010pluginSinceBuild = 252
1111
1212# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
13- platformVersion = 2025.2.5
13+ platformVersion = 2025.2.6.1
1414
1515# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1616# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ opentest4j = "1.3.0"
66# plugins
77changelog = " 2.5.0"
88intelliJPlatform = " 2.13.1"
9- kotlin = " 2.3.0 "
10- kover = " 0.9.5 "
11- qodana = " 2025.3.1 "
9+ kotlin = " 2.3.20 "
10+ kover = " 0.9.7 "
11+ qodana = " 2025.3.2 "
1212
1313[libraries ]
1414junit = { group = " junit" , name = " junit" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments