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-http.git
The following commit(s) were added to refs/heads/main by this push:
new b5e03f950 latest paradox plugin (#97)
b5e03f950 is described below
commit b5e03f95091494b88411ff0587ca7f3add46d996
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Mar 2 11:50:58 2023 +0100
latest paradox plugin (#97)
Update plugins.sbt
---
project/ParadoxSupport.scala | 2 +-
project/plugins.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/ParadoxSupport.scala b/project/ParadoxSupport.scala
index 6155a08b4..c7f882b91 100644
--- a/project/ParadoxSupport.scala
+++ b/project/ParadoxSupport.scala
@@ -31,7 +31,7 @@ object ParadoxSupport {
paradoxDirectives += ((context: Writer.Context) =>
new SignatureDirective(context.location.tree.label, context.properties,
context)),
resolvers += "Apache Nexus
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/"),
- pekkoParadoxGithub := "https://github.com/apache/incubator-pekko-http")
+ pekkoParadoxGithub :=
Some("https://github.com/apache/incubator-pekko-http"))
class SignatureDirective(
page: Page, variables: Map[String, String], ctx: Writer.Context) extends
LeafBlockDirective("signature") {
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4e24da249..6cd8fde84 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,7 +21,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]