We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8541985 + 6688eb7 commit 409d453Copy full SHA for 409d453
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Version {
4
val classgraph = "4.8.42"
5
val jtidy = "r938"
6
- val sbtParadox = "0.5.5"
+ val sbtParadox = "0.6.0"
7
val scalatest = "3.0.8"
8
}
9
src/test/scala/com/lightbend/paradox/apidoc/MarkdownBaseSpec.scala
@@ -96,7 +96,7 @@ abstract class MarkdownBaseSpec extends FlatSpec with Matchers {
96
def writerContext(location: Location[Page]): Writer.Context =
97
Writer.Context(
98
location,
99
- Page.allPaths(List(location.root.tree)).toSet,
+ Page.allPages(List(location.root.tree)),
100
reader = new Reader,
101
writer = new Writer,
102
groups = Map("Language" -> Seq("Scala", "Java"))
0 commit comments