Dependencies - upgrade org.jetbrains.changelog to 0.6.0

This commit is contained in:
Jakub Chrzanowski
2020-10-02 11:50:12 +02:00
parent 3d470b8e55
commit e27545cbc4
2 changed files with 3 additions and 2 deletions

View File

@@ -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

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.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