From bcbb4d4c1bf5258ba7f16d62b671d47810581ccd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:09:27 +0000 Subject: [PATCH] Update dependency org.scalameta:sbt-mdoc to v2.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0360e7c..4d787c4 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.5.1" ) 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")