From 73695b20b7676ea54bccdeaca13c819be1b05b3a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 19:45:20 +0000 Subject: [PATCH] Update mdoc, 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 54e9c31..c94adf2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addDependencyTreePlugin resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots/" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.2-12-17ac909-SNAPSHOT")