From f37e6dfabb9a0b3442055bcb450c2855d4e818a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 18:45:38 +0000 Subject: [PATCH] Update mdoc, sbt-mdoc to 2.6.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e76c643..dfd1965 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3") addDependencyTreePlugin