From 6fd13a19795854dd4c7a777521bb9f17c08760b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 09:07:39 +0200 Subject: [PATCH] Update dependency org.scalameta:sbt-mdoc to v2.3.2 (#171) Co-authored-by: Renovate Bot --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 815a865..0360e7c 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.1" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2" ) 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")