Skip to content

Commit 8a8a672

Browse files
committed
chore(build): upgrade git-commit-message library to v0.4.6
Update the version of the git-commit-message library in the build.gradle.kts file from 0.4.5 to 0.4.6.
1 parent 56a6fa3 commit 8a8a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ project(":exts:ext-git") {
609609

610610
dependencies {
611611
implementation(project(":"))
612-
implementation("cc.unitmesh:git-commit-message:0.4.5")
612+
implementation("cc.unitmesh:git-commit-message:0.4.6")
613613
}
614614
}
615615

0 commit comments

Comments
 (0)