Skip to content

Commit 409d453

Browse files
authored
Update sbt-paradox to 0.6.0 (#42)
Update sbt-paradox to 0.6.0
2 parents 8541985 + 6688eb7 commit 409d453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Version {
44
val classgraph = "4.8.42"
55
val jtidy = "r938"
6-
val sbtParadox = "0.5.5"
6+
val sbtParadox = "0.6.0"
77
val scalatest = "3.0.8"
88
}
99

src/test/scala/com/lightbend/paradox/apidoc/MarkdownBaseSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ abstract class MarkdownBaseSpec extends FlatSpec with Matchers {
9696
def writerContext(location: Location[Page]): Writer.Context =
9797
Writer.Context(
9898
location,
99-
Page.allPaths(List(location.root.tree)).toSet,
99+
Page.allPages(List(location.root.tree)),
100100
reader = new Reader,
101101
writer = new Writer,
102102
groups = Map("Language" -> Seq("Scala", "Java"))

0 commit comments

Comments
 (0)