Skip to content

Commit

Permalink
Update changelog plugin to fix :patchChangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed Jun 27, 2023
1 parent f0b73ee commit a80caa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
id("org.jetbrains.intellij") version "1.13.3"
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "2.0.0"
id("org.jetbrains.changelog") version "2.1.0"
// grammarkit - read more: https://github.com/JetBrains/gradle-grammar-kit-plugin
id("org.jetbrains.grammarkit") version "2021.2.2"
}
Expand Down

0 comments on commit a80caa4

Please sign in to comment.