From 9568a8480452f476842e668701950122d05ced2e Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 9 Feb 2021 12:09:45 +0100 Subject: [PATCH] Dependencies - upgrade `org.jetbrains.changelog` to `1.1.1` --- CHANGELOG.md | 1 + build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89dd8a1..64581b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Upgrade Gradle Wrapper to `6.8.2` - Update `pluginVerifierIdeVersions` in `gradle.properties` files - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.30` +- Dependencies - upgrade `org.jetbrains.changelog` to `1.1.1` - Configure the `changelog` Gradle plugin ## [0.8.1] diff --git a/build.gradle.kts b/build.gradle.kts index 6c689b0..3e4c5d7 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.6.5" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin - id("org.jetbrains.changelog") version "1.0.1" + id("org.jetbrains.changelog") version "1.1.1" // detekt linter - read more: https://detekt.github.io/detekt/gradle.html id("io.gitlab.arturbosch.detekt") version "1.15.0" // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle