Skip to content

Commit

Permalink
build: update Conventional Commit Core to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Jun 7, 2022
1 parent cc5989a commit 17887b1
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 @@ -20,7 +20,7 @@ intellij {
version.set(properties("platformVersion"))
downloadSources.set(true)
pluginName.set("idea-conventional-commit-commitlint")
plugins.set(listOf("com.github.lppedd.idea-conventional-commit:0.15.3"))
plugins.set(listOf("com.github.lppedd.idea-conventional-commit:0.21.0"))
}

dependencies {
Expand Down

0 comments on commit 17887b1

Please sign in to comment.