From d8a71241acd53467d866d9b6f7a170aa95beb1c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:56:36 +0000 Subject: [PATCH] Update dependency org.scalameta:sbt-mdoc to v2.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0360e7c..b7dc274 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0" ) addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")