Update sbt-mdoc to 2.5.3 (#5612)

This commit is contained in:
Scala Steward 2024-06-27 16:53:45 +02:00 committed by GitHub
parent f1e2238cfc
commit 97a5758dfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
// write markdown files with type-checked Scala
//https://github.com/scalameta/mdoc
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")
//https://github.com/scalameta/sbt-scalafmt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")