Update sbt-mdoc to 2.3.6 (#4839)

This commit is contained in:
Scala Steward 2022-10-15 14:52:35 +02:00 committed by GitHub
parent 2a617558dd
commit a2a3eb187f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
// write markdown files with type-checked Scala
//https://github.com/scalameta/mdoc
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
//https://github.com/scalameta/sbt-scalafmt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")