From aa190a6b934bc87afdf1da62ad0038e2deb3ddd2 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 1 Aug 2023 21:59:47 +0200 Subject: [PATCH] Make sbt-header work against all Scala versions --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index cdfeaf0f..0001158c 100644 --- a/build.sbt +++ b/build.sbt @@ -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")