Bump org.jetbrains.changelog version to 0.4.0

This commit is contained in:
Jakub Chrzanowski
2020-07-08 14:46:52 +02:00
committed by GitHub
parent be07795f89
commit 58a03b9370

View File

@@ -11,7 +11,7 @@ plugins {
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "0.4.21"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.3.3"
id("org.jetbrains.changelog") version "0.4.0"
// detekt linter - read more: https://detekt.github.io/detekt/kotlindsl.html
id("io.gitlab.arturbosch.detekt") version "1.10.0"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle