This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 4a36d2600e latest paradox plugin (#223)
4a36d2600e is described below
commit 4a36d2600e7a5cb311418a7ef98ca7899c4a8f4d
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Mar 2 01:19:58 2023 +0100
latest paradox plugin (#223)
* latest paradox plugin
* Update plugins.sbt
* Update Paradox.scala
---
project/Paradox.scala | 2 +-
project/plugins.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Paradox.scala b/project/Paradox.scala
index 22902d8bbf..82e99ef48f 100644
--- a/project/Paradox.scala
+++ b/project/Paradox.scala
@@ -81,7 +81,7 @@ object Paradox {
val themeSettings = Seq(
// allow access to snapshots for pekko-sbt-paradox
resolvers += "Apache Nexus
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/"),
- pekkoParadoxGithub := "https://github.com/apache/incubator-pekko")
+ pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko"))
// FIXME https://github.com/lightbend/paradox/issues/350
// Exclusions from direct compilation for includes dirs/files not belonging
in a TOC
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e3643e433b..fbda4ab4a6 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+28-a1dda63b-SNAPSHOT").excludeAll(
+addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" %
"0.0.0+30-8bee46d0-SNAPSHOT").excludeAll(
"com.lightbend.paradox", "sbt-paradox",
"com.lightbend.paradox" % "sbt-paradox-apidoc",
"com.lightbend.paradox" % "sbt-paradox-project-info"))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]