Skip to content

Commit 22de5a6

Browse files
authored
Merge pull request #145 from scala-steward/update/mdoc-2.8.0
Update mdoc, sbt-mdoc to 2.8.0
2 parents 56574cd + 11ff9f2 commit 22de5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
66
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
7-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") // override mdoc version from microsite
7+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0") // override mdoc version from microsite
88
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
99
// addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
1010

0 commit comments

Comments
 (0)