Update sbt-mdoc to 2.4.0 (#5266)

This commit is contained in:
Scala Steward 2023-10-18 23:18:14 +02:00 committed by GitHub
parent b085045e16
commit 087508dadc
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.3.8")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
//https://github.com/scalameta/sbt-scalafmt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")