From b9b7f5a6f12e6a6285a4a7c51c993431dfa6878a Mon Sep 17 00:00:00 2001 From: Scala Steward <me@scala-steward.org> Date: Fri, 10 Jan 2020 12:50:32 +0100 Subject: [PATCH] Update sbt-mdoc to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 16cc8c35..e00b29fd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.5.2") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.0.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")