diff options
| author | Jiuyang Liu | 2021-11-14 13:26:30 +0800 |
|---|---|---|
| committer | GitHub | 2021-11-14 13:26:30 +0800 |
| commit | 4606b30b02284ab82dd46f2345ecb96c39e57c99 (patch) | |
| tree | d7a7a028cecbbe3bbcb1c91984b7db250cc4b606 | |
| parent | 64ad1c06b588ba75839e2629fbf889d7b8604953 (diff) | |
| parent | 6c5ea6781b0850888e7d0d44439df07146665534 (diff) | |
Merge pull request #2201 from scala-steward/update/sbt-unidoc-0.5.0
Update sbt-unidoc to 0.5.0
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 7921bef1..2690aa31 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") +addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15") |
