From 137ccfe83670188775be4d75dc7b517002010e74 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:05:45 +0000 Subject: [PATCH] Update sbt-mdoc to 2.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7cb4c991b..d729edbb1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")