Skip to content

Commit 373d5a7

Browse files
authored
Merge pull request #3724 from xuwei-k/patch-1
2 parents d093d37 + 616eabe commit 373d5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/src/main/resources/default.scala-steward.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ postUpdateHooks = [
2020
addToGitBlameIgnoreRevs = true
2121
},
2222
{
23-
groupId = "de.heikoseeberger",
23+
groupId = "com.github.sbt",
2424
artifactId = "sbt-header",
25-
command = ["sbt", "headerCreate"],
25+
command = ["sbt", "headerCreateAll"],
2626
commitMessage = "Update file headers with sbt-header ${nextVersion}"
2727
}
2828
]

0 commit comments

Comments
 (0)