Browse Source

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

pull/543/head
Jakub Chrzanowski 4 months ago
parent
commit
82c43ec491
  1. 4
      CHANGELOG.md
  2. 2
      gradle/libs.versions.toml

4
CHANGELOG.md

@ -8,6 +8,10 @@ @@ -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

2
gradle/libs.versions.toml

@ -5,7 +5,7 @@ opentest4j = "1.3.0" @@ -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"

Loading…
Cancel
Save