From 296b092c250885aa917dac9f1cf88b7dea6c21c4 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 9 Sep 2024 13:50:53 +0100 Subject: [PATCH] remove old sbt config style `in` notation has been deprecated in sbt --- .../main/scala/org/apache/pekko/PekkoParadoxPlugin.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala index 6646aa4..51be4cb 100644 --- a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala +++ b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala @@ -56,11 +56,11 @@ object PekkoParadoxPlugin extends AutoPlugin { Map.empty) }, paradoxNavigationIncludeHeaders := true, - pekkoParadoxCopyright in Global := + Global / pekkoParadoxCopyright := """Copyright © 2011-2022 Lightbend, Inc. | 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