From 9294ae3748515ad39283f7294b027e80410d84bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 16:11:28 +0000 Subject: [PATCH] Update sbt-unidoc to 0.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index faf5132e..72258000 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") +addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")