Skip to content

Commit

Permalink
Dependencies - upgrade org.jetbrains.changelog to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Oct 2, 2020
1 parent 3d470b8 commit e27545c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e27545c

Please sign in to comment.