We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba7df53 + 20ecba5 commit fbdc381Copy full SHA for fbdc381
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.4"),
+ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.5"),
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