From e2feac82392120f7fd92ba8001672dd4f2dde94b Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 23 Mar 2025 13:18:43 +0000 Subject: [PATCH] Update mdoc, sbt-mdoc to 2.6.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a1255c6f..838a31ae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.5")