From 20c481a92e81213abf755f4ec131e63fbc9a081d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 14:22:41 +0000 Subject: [PATCH] Update sbt-mdoc to 2.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f4aeb70..88a6ac7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ resolvers ++= Seq( Classpaths.sbtPluginReleases ) -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")