Update sbt-mdoc to 2.2.22 (#3439)

This commit is contained in:
Scala Steward 2021-07-22 19:24:28 +02:00 committed by GitHub
parent 462ffc53e6
commit fc88aa077b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
// write markdown files with type-checked Scala
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.22")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")