diff --git a/project/Paradox.scala b/project/Paradox.scala index a99d91e6b9..2fcbdf1d31 100644 --- a/project/Paradox.scala +++ b/project/Paradox.scala @@ -61,10 +61,6 @@ object Paradox { "pekko.version" -> version.value, "scalatest.version" -> Dependencies.scalaTestVersion.value, "sigar_loader.version" -> "1.6.6-rev002", - "algolia.docsearch.api_key" -> "543bad5ad786495d9ccd445ed34ed082", - "algolia.docsearch.index_name" -> "akka_io", - "google.analytics.account" -> "UA-21117439-1", - "google.analytics.domain.name" -> "akka.io", "signature.akka.base_dir" -> (ThisBuild / baseDirectory).value.getAbsolutePath, "fiddle.code.base_dir" -> (Test / sourceDirectory).value.getAbsolutePath, "fiddle.akka.base_dir" -> (ThisBuild / baseDirectory).value.getAbsolutePath, diff --git a/project/plugins.sbt b/project/plugins.sbt index f92d8e9fc5..c9aa8733f2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,7 +28,7 @@ resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/ // We have to deliberately use older versions of sbt-paradox because current Pekko sbt build // only loads on JDK 1.8 so we need to bring in older versions of parboiled which support JDK 1.8 -addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+30-8bee46d0-SNAPSHOT").excludeAll( +addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+38-68da3106-SNAPSHOT").excludeAll( "com.lightbend.paradox", "sbt-paradox", "com.lightbend.paradox" % "sbt-paradox-apidoc", "com.lightbend.paradox" % "sbt-paradox-project-info"))