diff options
| author | Jiuyang Liu | 2021-11-21 14:26:17 +0800 |
|---|---|---|
| committer | GitHub | 2021-11-21 14:26:17 +0800 |
| commit | 7d6b45548a2b835633ecef6c199f5ade0b541ae6 (patch) | |
| tree | a69854ddb53c1b6540d78e3eb2b50d589168ccfe | |
| parent | 0a8bc71dde53f45672eb249454262a6a31c27e93 (diff) | |
| parent | 7adc8063570994dc87a9bfe151b6800d45e26bbc (diff) | |
Merge pull request #2196 from scala-steward/update/sbt-mdoc-2.2.24
Update sbt-mdoc to 2.2.24
| -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 588913c8..1faa5f50 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.23" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") |
