Dependencies - upgrade org.jetbrains.changelog to 1.0.0

This commit is contained in:
Jakub Chrzanowski 2021-01-12 17:28:39 +01:00
parent 03ec6b9854
commit 128e4a03f4
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
## [Unreleased]
### Changed
- Upgrade Gradle Wrapper to `6.8`
- Dependencies - upgrade `org.jetbrains.changelog` to `1.0.0`
### Fixed
- Template Cleanup: Escape GitHub username to avoid incorrect characters in class package name

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.6.5"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.6.2"
id("org.jetbrains.changelog") version "1.0.0"
// 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