From 7e04131c516faaab2e51dc7b7b1ae15dfeb1a4ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Jan 2026 20:21:57 +0000 Subject: [PATCH] Update sbt-unidoc to 0.6.1 --- project/Unidoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Unidoc.sbt b/project/Unidoc.sbt index 55ded43b..7c515114 100644 --- a/project/Unidoc.sbt +++ b/project/Unidoc.sbt @@ -33,4 +33,4 @@ //====================================================================================================================== // SBT file to simplify creation of a single documentation project for all SBT sub-projects. //====================================================================================================================== -addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") +addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.1")