Update sbt-mdoc to 2.6.2 (#5809)

This commit is contained in:
Scala Steward 2025-01-17 16:17:07 +01:00 committed by GitHub
parent 9aca249eb6
commit a911d53eae
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.9.2")
// write markdown files with type-checked Scala
//https://github.com/scalameta/mdoc
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
//https://github.com/scalameta/sbt-scalafmt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")