From 58d662f8e806889735016315dd614630e132dcee Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 13 Oct 2020 23:00:31 +0200 Subject: [PATCH] Dependencies - upgrade `org.jetbrains.changelog` to 0.6.2 --- CHANGELOG.md | 10 +--------- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e741ab4..49974bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,9 @@ # IntelliJ Platform Plugin Template Changelog ## [Unreleased] -### Added - ### Changed +- Dependencies - upgrade `org.jetbrains.changelog` to 0.6.2 -### Deprecated - -### Removed - -### Fixed - -### Security ## [0.5.0] ### Added - Introduced `platformPlugins` property in `gradle.properties` for configuring dependencies to bundled/external plugins diff --git a/build.gradle.kts b/build.gradle.kts index 02a4527..8f88d2c 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.5.0" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin - id("org.jetbrains.changelog") version "0.6.1" + id("org.jetbrains.changelog") version "0.6.2" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html id("io.gitlab.arturbosch.detekt") version "1.14.1" // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle