From 04bf40e9f0011a80eeeded78cbc8250db50a3a8d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 30 May 2024 09:32:24 +0200 Subject: [PATCH] Update `platformVersion` to `2023.2.6` --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 817ffa3..a9b3093 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -12,7 +12,7 @@ pluginUntilBuild = 241.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2022.3.3 +platformVersion = 2023.2.6 # 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 d39a8cb..1d27e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Changed +- Update `platformVersion` to `2023.2.6` - Upgrade Gradle Wrapper to `8.7` - Update Kover configuration - Dependencies - upgrade `org.jetbrains.intellij` to `1.17.3` diff --git a/gradle.properties b/gradle.properties index fdcddb1..57849a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ pluginUntilBuild = 241.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2022.3.3 +platformVersion = 2023.2.6 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22