File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ object BuildSettings {
49
49
)
50
50
51
51
lazy val microsite : Seq [Def .Setting [_]] = Seq (
52
- micrositeCompilingDocsTool := WithMdoc ,
53
52
micrositeName := " scala-server-toolkit" ,
54
53
micrositeDescription := " Functional programming toolkit for building server applications in Scala." ,
55
54
micrositeAuthor := " Avast" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
2
2
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.24" )
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
4
4
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.5" )
5
- addSbtPlugin(" com.47deg" % " sbt-microsites" % " 1.2.1 " )
5
+ addSbtPlugin(" com.47deg" % " sbt-microsites" % " 1.3.0 " )
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-unidoc" % " 0.4.3" )
7
7
addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.0" )
8
8
addSbtPlugin(" io.chrisdavenport" % " sbt-mima-version-check" % " 0.1.2" )
You can’t perform that action at this time.
0 commit comments