summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJiuyang Liu2021-11-21 14:26:17 +0800
committerGitHub2021-11-21 14:26:17 +0800
commit7d6b45548a2b835633ecef6c199f5ade0b541ae6 (patch)
treea69854ddb53c1b6540d78e3eb2b50d589168ccfe /project/plugins.sbt
parent0a8bc71dde53f45672eb249454262a6a31c27e93 (diff)
parent7adc8063570994dc87a9bfe151b6800d45e26bbc (diff)
Merge pull request #2196 from scala-steward/update/sbt-mdoc-2.2.24
Update sbt-mdoc to 2.2.24
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
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")