diff --git a/CHANGELOG.md b/CHANGELOG.md index 43dcde8..f78e8d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,9 @@ ### Changed - GitHub Actions: allow releasing plugin even for the base project -- Dependencies - upgrade `org.jetbrains.intellij` to 0.4.26 - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to 1.4.10 +- Dependencies - upgrade `org.jetbrains.intellij` to 0.4.26 +- Dependencies - upgrade `org.jetbrains.changelog` to 0.6.0 - Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.13.1 ### Fixed diff --git a/build.gradle.kts b/build.gradle.kts index a17e7c0..36dc8ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin id("org.jetbrains.intellij") version "0.4.26" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin - id("org.jetbrains.changelog") version "0.5.0" + id("org.jetbrains.changelog") version "0.6.0" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html id("io.gitlab.arturbosch.detekt") version "1.13.1" // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle