From b93960a775ac86df6f8c6e0940de1cb87182b612 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 18:20:42 +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 725ef2eb..2e81ff81 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") // release addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // docs -addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") +addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")