We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d366a3 commit a1f0475Copy full SHA for a1f0475
project/build.sbt
@@ -7,7 +7,7 @@ lazy val root = project
7
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3"),
8
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4"),
9
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0"),
10
- addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.5"),
+ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.0"),
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1"),
12
// // Let's add our sbt plugin to the sbt too ;)
13
// unmanagedSourceDirectories in Compile ++= {
0 commit comments