Skip to content

Commit a1f0475

Browse files
Update sbt-mdoc to 2.7.0
1 parent 0d366a3 commit a1f0475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val root = project
77
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3"),
88
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4"),
99
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0"),
10-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.5"),
10+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.0"),
1111
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1"),
1212
// // Let's add our sbt plugin to the sbt too ;)
1313
// unmanagedSourceDirectories in Compile ++= {

0 commit comments

Comments
 (0)