Update sbt-mdoc to 2.6.1 (#5674)

This commit is contained in:
Scala Steward 2024-09-18 21:23:52 +02:00 committed by GitHub
parent 628c3f9bef
commit a8e9dcd443
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.6.1")
// write markdown files with type-checked Scala
//https://github.com/scalameta/mdoc
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
//https://github.com/scalameta/sbt-scalafmt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")