From f9c95c0846f397f73e28ba67c11a4ca0d5d29e64 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 14 Aug 2024 07:31:46 +0200 Subject: [PATCH] Update mdoc-toc-generator, sbt-mdoc-toc to 0.4.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3893ab96..ebce8165 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,5 +8,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" %% "sbt-github" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")