From ef474e80eeff14ad340184490bda818a67fd6d6f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 13 Dec 2024 16:15:34 +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 e7deff35..f63dc2e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ credentials += Credentials(Path.userHome / ".sbt" / ".credentials") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")