Skip to content

Commit

Permalink
Make sbt-header work against all Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Aug 1, 2023
1 parent 5787cd2 commit aa190a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,5 @@ def pekkoModule(moduleName: String): Project =
def pekkoIntTestModule(moduleName: String): Project =
Project(id = s"integration-test-$moduleName", base = file(s"integration-test/$moduleName"))

addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; headerCheckAll; javafmtCheckAll")
addCommandAlias("applyCodeStyle", "headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")
addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; +headerCheckAll; javafmtCheckAll")
addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")

0 comments on commit aa190a6

Please sign in to comment.