Skip to content

Commit 51b3aa2

Browse files
scala-stewardraboof
authored andcommitted
Update sbt-paradox to 0.6.5 (#61)
* Update sbt-paradox to 0.6.5 * Update to new paradox API
1 parent 8d51876 commit 51b3aa2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.47"
55
val jtidy = "r938"
6-
val sbtParadox = "0.6.4"
6+
val sbtParadox = "0.6.5"
77
val scalatest = "3.0.8"
88
}
99

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ import java.io.{File, PrintWriter}
2121

2222
import org.scalatest.{FlatSpec, Matchers}
2323
import com.lightbend.paradox.template.PageTemplate
24+
import com.lightbend.paradox.PrintlnLogger
25+
import com.lightbend.paradox.ThrowingErrorContext
2426
import java.nio.file._
2527

2628
import com.lightbend.paradox.markdown._
@@ -98,6 +100,8 @@ abstract class MarkdownBaseSpec extends FlatSpec with Matchers {
98100
Page.allPages(List(location.root.tree)),
99101
reader = new Reader,
100102
writer = new Writer,
103+
error = new ThrowingErrorContext,
104+
logger = PrintlnLogger,
101105
groups = Map("Language" -> Seq("Scala", "Java"))
102106
)
103107

0 commit comments

Comments
 (0)