Dependencies - upgrade org.jetbrains.intellij.platform to 2.7.1

This commit is contained in:
Jakub Chrzanowski 2025-08-09 10:36:46 +02:00
parent f67ed11cac
commit 82c43ec491
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
- Add `platformBundledModules` to `gradle.properties` along with `bundledModules()` helper to the Gradle build file
### Changed
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.7.1`
### Fixed
- GitHub: Fixed the missing `$RELEASE_NOTE ` parent directory in the Release workflow

View File

@ -5,7 +5,7 @@ opentest4j = "1.3.0"
# plugins
changelog = "2.4.0"
intelliJPlatform = "2.7.0"
intelliJPlatform = "2.7.1"
kotlin = "2.2.0"
kover = "0.9.1"
qodana = "2025.1.1"