diff options
| author | Scala Steward | 2021-04-29 07:46:48 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-29 05:46:48 +0000 |
| commit | 441812548b1ccb9d9d73aec5bc759fa19b9e92a7 (patch) | |
| tree | 50ab74cba35e9d6deb34f2d8482ac156c5e8f2e2 | |
| parent | 45960e956194fdb91aeb75cfb61846ddab08e997 (diff) | |
Update sbt-mdoc to 2.2.20 (#1870)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index d6f8fae0..6ba47bfd 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.16" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") |
