diff options
| author | Scala Steward | 2020-02-11 23:31:58 +0100 |
|---|---|---|
| committer | GitHub | 2020-02-11 22:31:58 +0000 |
| commit | bc281b07af78574eb070513c6ed00ce5a95b4de0 (patch) | |
| tree | 74ce2902ce27a5fdc119989576b00b563984b571 /project | |
| parent | 9c128fc21c5626a27b26acae5f9f83b3bdc720a6 (diff) | |
Update sbt-unidoc to 0.4.2 (#1329)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -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 ce744fcf..89f51c05 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") +addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") |
