Update sbt-mdoc to 2.2.2 (#1571)

This commit is contained in:
Scala Steward 2020-06-16 14:44:53 +02:00 committed by GitHub
parent 8d7d71cf5b
commit f1d3dcc583
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.1")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
// write markdown files with type-checked Scala
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.2")
// SQL migrations
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "6.4.2")