Skip to content

Commit

Permalink
remove old sbt config style (#132)
Browse files Browse the repository at this point in the history
`in` notation has been deprecated in sbt
  • Loading branch information
pjfanning authored Sep 9, 2024
1 parent ad1a92c commit 4658a03
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ object PekkoParadoxPlugin extends AutoPlugin {
Map.empty)
},
paradoxNavigationIncludeHeaders := true,
pekkoParadoxCopyright in Global :=
Global / pekkoParadoxCopyright :=
"""Copyright © 2011-2022 <a href="https://www.lightbend.com/">Lightbend, Inc</a>.
| Apache Pekko, Pekko, and its feather logo are trademarks of The Apache Software Foundation.""".stripMargin,
pekkoParadoxGithub in Global := None,
pekkoParadoxIncubatorNotice in Global := None,
Global / pekkoParadoxGithub := None,
Global / pekkoParadoxIncubatorNotice := None,
Compile / paradoxMaterialTheme := {
val theme =
(Compile / paradoxMaterialTheme).value
Expand Down

0 comments on commit 4658a03

Please sign in to comment.