Update to SBT 1.9.6 and use Apache Staging repo constant

This commit is contained in:
Matthew de Detrich 2023-09-14 09:18:31 +02:00 committed by Matthew de Detrich
parent e784cd7c99
commit d0b9c43bb5
2 changed files with 2 additions and 3 deletions

View file

@ -24,8 +24,7 @@ commands := commands.value.filterNot { command =>
}
}
ThisBuild / reproducibleBuildsCheckResolver :=
"Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/")
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
enablePlugins(
UnidocRoot,