diff --git a/build.sbt b/build.sbt index 2245528d1..06052a642 100644 --- a/build.sbt +++ b/build.sbt @@ -28,8 +28,7 @@ commands := commands.value.filterNot { command => } } -ThisBuild / reproducibleBuildsCheckResolver := - "Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/") +ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; +headerCheckAll; javafmtCheckAll") addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; javafmtAll") diff --git a/project/build.properties b/project/build.properties index 304098715..51b51fce6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.5