diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 1e7bc6e..3ed4dec 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -12,7 +12,7 @@ pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2023.2.6 +platformVersion = 2023.2.7 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf503d8..6f385a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## [Unreleased] +- Update `platformVersion` to `2023.2.7` - Upgrade Gradle Wrapper to `8.8` - Dependencies - upgrade `org.jetbrains.intellij` to `1.17.4` - Dependencies - downgrade `org.jetbrains.kotlin.jvm` to `1.9.24` diff --git a/gradle.properties b/gradle.properties index c26cdf5..bc0db5b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2023.2.6 +platformVersion = 2023.2.7 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22