Skip to content

Commit

Permalink
remove incubator footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 25, 2024
1 parent 88e8567 commit 6a89513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ lazy val docs = Project(id = "docs", base = file("docs"))
// Make sure code generation is run before paradox:
(Compile / paradox) := (Compile / paradox).dependsOn(Compile / compile).value,
paradoxGroups := Map("Language" -> Seq("Java", "Scala"), "Buildtool" -> Seq("sbt", "Gradle", "Maven")),
Global / pekkoParadoxIncubatorNotice := None,
Compile / paradoxProperties ++= Map(
"pekko.version" -> Dependencies.Versions.pekko,
"pekko-http.version" -> Dependencies.Versions.pekkoHttp,
Expand Down

0 comments on commit 6a89513

Please sign in to comment.