diff options
| author | Scala Steward | 2021-09-06 01:49:09 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-05 23:49:09 +0000 |
| commit | 7cd821f5a975ff97694d39893af1d89952d37c69 (patch) | |
| tree | 3cd6ee8d25922fec75a438eab2475c13a623917f | |
| parent | 9fa8da227569455a77596355aeb114f9c164510a (diff) | |
Update sbt-mdoc to 2.2.23 (#2091)
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 b534ec90..25e4d0c1 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.22" ) +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23" ) addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") |
