Update sbt-mdoc to 2.5.1 (#5298)

This commit is contained in:
Scala Steward 2023-11-11 17:36:39 +01:00 committed by GitHub
parent 7861bce71a
commit 222ad3b60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
//https://github.com/scalameta/sbt-scalafmt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")