Dependencies - upgrade IntelliJ IDEA to 2025.2.6.2

This commit is contained in:
Jakub Chrzanowski
2026-05-04 10:28:24 +02:00
parent e566ce7752
commit a73447279a
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
### Changed
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.16.0`
- Dependencies - upgrade IntelliJ IDEA to `2025.2.6.2`
### Removed

View File

@@ -11,7 +11,7 @@ dependencies {
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
intellijPlatform {
intellijIdea("2025.2.6.1")
intellijIdea("2025.2.6.2")
testFramework(TestFrameworkType.Platform)
}
}