Skip to content

Commit 58edefc

Browse files
committed
Update sbt-mdoc to 2.7.2
1 parent 1d75169 commit 58edefc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

project/plugins.sbt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
2-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
3-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
4-
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
6-
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
7-
addSbtPlugin("com.github.sbt" % "sbt-site-asciidoctor" % "1.5.0")
8-
//addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
9-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
10-
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
11-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
12-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
13-
14-
// addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")
15-
16-
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
1+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
2+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
3+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
4+
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
6+
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
7+
addSbtPlugin("com.github.sbt" % "sbt-site-asciidoctor" % "1.5.0")
8+
//addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
9+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
10+
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
11+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
12+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
13+
14+
// addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")
15+
16+
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")

0 commit comments

Comments
 (0)