From f1e3fbc9a072b1ef2af2a741986e05d856333c07 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Oct 2021 05:20:03 +0200 Subject: [PATCH] Update sbt-unidoc to 0.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 06a9698a..18309179 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") \ No newline at end of file