Dependencies - upgrade org.jetbrains.changelog to 1.2.1

This commit is contained in:
Jakub Chrzanowski
2021-07-22 11:07:50 +02:00
committed by Jakub Chrzanowski
parent e2a11343be
commit 9ad667ff05
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ plugins {
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.1.4"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "1.2.0"
id("org.jetbrains.changelog") version "1.2.1"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.17.1"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle