From 934e7ff8846b2f210fd80ee7968c27fd2f5c8981 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Sep 2024 13:39:03 +0000 Subject: [PATCH] Update sbt-mdoc to 2.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7fe58ba..9fce09d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.3") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")