Skip to content

Commit

Permalink
[SPARK-43070][BUILD] Upgrade sbt-unidoc to 0.5.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to upgrade `sbt-unidoc` to 0.5.0 for Apache Spark 3.5.0.

### Why are the changes needed?

Since v0.5.0, organization has moved from `com.eed3si9n` to `com.github.sbt`

- https://github.com/sbt/sbt-unidoc/releases/tag/v0.5.0
  - Add support for Scala 3

### Does this PR introduce _any_ user-facing change?

No, this is a dev-only change.

### How was this patch tested?

Pass the documentation generation CIs.

Closes apache#40709 from dongjoon-hyun/SPARK-43070.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Apr 7, 2023
1 parent 9cba552 commit 0542b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")

addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

Expand Down

0 comments on commit 0542b94

Please sign in to comment.