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

This commit is contained in:
Jakub Chrzanowski 2024-09-25 21:16:34 +02:00 committed by Jakub Chrzanowski
parent 1cbcc2c3cd
commit aeb824be14
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
- Upgrade Gradle Wrapper to `8.10.2` - Upgrade Gradle Wrapper to `8.10.2`
- Update `platformVersion` to `2023.3.8` - Update `platformVersion` to `2023.3.8`
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.1.0`
- Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4` - Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4`
### Fixed ### Fixed

View File

@ -4,7 +4,7 @@ junit = "4.13.2"
# plugins # plugins
changelog = "2.2.1" changelog = "2.2.1"
intelliJPlatform = "2.0.1" intelliJPlatform = "2.1.0"
kotlin = "1.9.25" kotlin = "1.9.25"
kover = "0.8.3" kover = "0.8.3"
qodana = "2024.1.9" qodana = "2024.1.9"