Update sbt-mdoc to 2.2.24 (#3772)

This commit is contained in:
Scala Steward 2021-10-21 16:51:47 +02:00 committed by GitHub
parent 1310177de4
commit 21be9241b8
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.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
// write markdown files with type-checked Scala
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")