From 1c9338ceddaf0a84c87a0cb200d80ce201ea0b4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 13 Dec 2024 14:08:23 +0000 Subject: [PATCH] Update sbt-mdoc to 2.6.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c3a68ae..775bdd6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.4") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")