From fcd97494d2dfb43bd4b6c96aedc9d7cdd161f6bc Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 8 Oct 2024 19:35:51 +0100 Subject: [PATCH] Update build.sbt --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 25ae33ddc..55e8e4c16 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,6 @@ import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage sourceDistName := "apache-pekko-http" sourceDistIncubating := false -ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; +headerCheckAll; javafmtCheckAll")