summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-05-15 15:34:53 +0200
committerGitHub2021-05-15 13:34:53 +0000
commit91d0bb2d801e6649341943ae4fd8ed5ff1b20611 (patch)
tree602eba58649ac36ca64193c50a1e6fc3ffe46158
parent46b522df7a9162b073a1fe8453cdce891d86b802 (diff)
Update sbt-mdoc to 2.2.21 (#1916)
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index cef6f784..6021b078 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -16,7 +16,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
-addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20" )
+addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21" )
addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0")