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 89e253865d
commit 63d55defd7
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
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 - 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 ### Fixed
- GitHub: Fixed the missing `$RELEASE_NOTE ` parent directory in the Release workflow - GitHub: Fixed the missing `$RELEASE_NOTE ` parent directory in the Release workflow

View File

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