We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
org.jetbrains.intellij.platform
2.2.0
1 parent 06e85a1 commit b822b12Copy full SHA for b822b12
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- Upgrade Gradle Wrapper to `8.11.1`
10
- Update `platformVersion` to `2024.1.7`
11
- Change since/until build to `241-243.*` (2024.1-2024.3.*)
12
+- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.2.0`
13
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.6`
14
- Dependencies (GitHub Actions) - upgrade `gradle/actions/wrapper-validation` to `v4`
15
- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `v5`
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ junit = "4.13.2"
4
5
# plugins
6
changelog = "2.2.1"
7
-intelliJPlatform = "2.1.0"
+intelliJPlatform = "2.2.0"
8
kotlin = "1.9.25"
kover = "0.8.3"
qodana = "2024.2.6"
0 commit comments