From a8bd3ebcb2c49bee9b9b4e90b505f23be7468da4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:23:51 +0000 Subject: [PATCH] Update sbt-mdoc to 2.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0f1e69f7..5c8282a5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.2") addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.5")