use sbt-pekko-build (#826)

* try sbt-pekko-build

* Use latest sbt-pekko-build 0.3.0

* remove temp resolver

---------

Co-authored-by: Matthew de Detrich <matthew.dedetrich@aiven.io>
This commit is contained in:
PJ Fanning 2024-01-15 10:44:49 +01:00 committed by GitHub
parent df302b8ee6
commit dc034749b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 110 deletions

View file

@ -26,6 +26,11 @@ commands := commands.value.filterNot { command =>
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
ThisBuild / pekkoCoreProject := true
// pekkoInlineEnabled must be set to false when this is backported to 1.0.x branch
ThisBuild / pekkoInlineEnabled := true
enablePlugins(
UnidocRoot,
UnidocWithPrValidation,