diff --git a/build.sbt b/build.sbt index 973264fb0..10ea70429 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ ThisBuild / javafmtFormatterCompatibleJavaVersion := 17 ThisBuild / javafmtSortImports := false ThisBuild / JupiterKeys.junitJupiterVersion := "6.1.2" -ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.1" +ThisBuild / JupiterKeys.junitPlatformVersion := "6.1.2" addCommandAlias("checkCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; javafmtCheckAll; +headerCheckAll") addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll")